From 3332ea6a45c9a9b780886eafadd496d6149bc7ce Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Wed, 10 Dec 2025 17:36:01 +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 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);