pull/690/head
Aparna Jyothi 2 days ago
parent 77eb761806
commit 42e30fe24c

@ -90609,7 +90609,7 @@ function getGo(versionSpec, checkLatest, auth, arch = os_1.default.arch()) {
core.info('Falling back to download directly from Go'); core.info('Falling back to download directly from Go');
} }
// //
// Download from storage.googleapis.com // Download from https://go.dev/dl
// //
if (!downloadPath) { if (!downloadPath) {
info = yield getInfoFromDist(versionSpec, arch); info = yield getInfoFromDist(versionSpec, arch);

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

Loading…
Cancel
Save