diff --git a/dist/setup/index.js b/dist/setup/index.js index e466406..bd34ca3 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -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); diff --git a/src/installer.ts b/src/installer.ts index d61367c..fd208a0 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -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);