This commit is contained in:
Aparna Jyothi 2025-12-10 17:37:03 +05:30
parent 77eb761806
commit 42e30fe24c
2 changed files with 2 additions and 2 deletions

2
dist/setup/index.js vendored
View file

@ -90609,7 +90609,7 @@ function getGo(versionSpec, checkLatest, auth, arch = os_1.default.arch()) {
core.info('Falling back to download directly from Go');
}
//
// Download from storage.googleapis.com
// Download from https://go.dev/dl
//
if (!downloadPath) {
info = yield getInfoFromDist(versionSpec, arch);

View file

@ -121,7 +121,7 @@ export async function getGo(
}
//
// Download from storage.googleapis.com
// Download from https://go.dev/dl
//
if (!downloadPath) {
info = await getInfoFromDist(versionSpec, arch);