mirror of https://github.com/actions/setup-go.git
updates
This commit is contained in:
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');
|
||||
}
|
||||
//
|
||||
// Download from storage.googleapis.com
|
||||
// Download from https://go.dev/dl
|
||||
//
|
||||
if (!downloadPath) {
|
||||
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) {
|
||||
info = await getInfoFromDist(versionSpec, arch);
|
||||
|
|
|
|||
Loading…
Reference in New Issue