mirror of
https://github.com/actions/setup-go.git
synced 2025-12-12 16:31:15 +00:00
updates
This commit is contained in:
parent
a73025038c
commit
3332ea6a45
2 changed files with 2 additions and 2 deletions
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');
|
||||
}
|
||||
//
|
||||
// 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…
Reference in a new issue