diff --git a/dist/setup/index.js b/dist/setup/index.js index a90e4d6..cb3d743 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -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); diff --git a/src/installer.ts b/src/installer.ts index 75b9aa5..19c31c9 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -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);