mirror of
https://github.com/actions/setup-go.git
synced 2025-12-16 22:49:45 +00:00
updates
This commit is contained in:
parent
a73025038c
commit
3332ea6a45
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -94437,7 +94437,7 @@ function getGo(versionSpec_1, checkLatest_1, auth_1) {
|
|||||||
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);
|
||||||
|
|||||||
@ -126,7 +126,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…
x
Reference in New Issue
Block a user