pull/689/head
Aparna Jyothi 2 days ago
parent a73025038c
commit 3332ea6a45

@ -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);

@ -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);

Loading…
Cancel
Save