mirror of
https://github.com/actions/setup-go.git
synced 2025-07-01 13:43:44 +00:00
Three tests to fix
This commit is contained in:
parent
9d772f61ed
commit
9dc0cd064c
3 changed files with 21 additions and 43 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
@ -5011,11 +5011,9 @@ const sys = __importStar(__webpack_require__(737));
|
|||
const os_1 = __importDefault(__webpack_require__(87));
|
||||
function getGo(versionSpec, stable, checkLatest, auth) {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
core.info("DEBUG: Inside getGo");
|
||||
let osPlat = os_1.default.platform();
|
||||
let osArch = os_1.default.arch();
|
||||
if (checkLatest) {
|
||||
core.info(`DEBUG: Inside is checkLatest: ${checkLatest}`);
|
||||
core.info('Attempt to resolve the latest version from manifest...');
|
||||
const resolvedVersion = yield resolveVersionFromManifest(versionSpec, stable, auth);
|
||||
if (resolvedVersion) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue