From 42e30fe24c8724cfc09738a8f01897e8ad14b8c0 Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Wed, 10 Dec 2025 17:37:03 +0530 Subject: [PATCH] updates --- dist/setup/index.js | 2 +- src/installer.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);