mirror of
https://github.com/actions/setup-go.git
synced 2025-12-17 05:02:34 +00:00
Fall back to downloading from go.dev/dl instead of storage.googleapis.com/golang
This commit is contained in:
parent
be3c94b385
commit
de2d1f407f
4 changed files with 6 additions and 6 deletions
|
|
@ -252,7 +252,7 @@ async function getInfoFromDist(
|
|||
return null;
|
||||
}
|
||||
|
||||
let downloadUrl: string = `https://storage.googleapis.com/golang/${version.files[0].filename}`;
|
||||
let downloadUrl: string = `https://go.dev/dl/${version.files[0].filename}`;
|
||||
|
||||
return <IGoVersionInfo>{
|
||||
type: 'dist',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue