mirror of
https://github.com/actions/setup-go.git
synced 2025-07-02 22:13:45 +00:00
resolve comments
This commit is contained in:
parent
df1bbd3ffb
commit
d0ea3e8472
4 changed files with 8 additions and 8 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -5895,7 +5895,7 @@ function getGo(versionSpec, stable, checkLatest, auth) {
|
|||
let osPlat = os_1.default.platform();
|
||||
let osArch = os_1.default.arch();
|
||||
if (checkLatest) {
|
||||
core.info('Attempt to resolve the latest version from manifest...');
|
||||
core.info('Attempting to resolve the latest version from the manifest...');
|
||||
const resolvedVersion = yield resolveVersionFromManifest(versionSpec, stable, auth);
|
||||
if (resolvedVersion) {
|
||||
versionSpec = resolvedVersion;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue