This commit is contained in:
Aparna Jyothi 2025-12-10 17:36:01 +05:30
parent a73025038c
commit 3332ea6a45
2 changed files with 2 additions and 2 deletions

2
dist/setup/index.js vendored
View file

@ -94437,7 +94437,7 @@ function getGo(versionSpec_1, checkLatest_1, auth_1) {
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

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