mirror of
https://github.com/actions/setup-go.git
synced 2025-12-18 21:47:07 +00:00
fallback download url update
This commit is contained in:
parent
19bb51245e
commit
ded8732013
6 changed files with 2787 additions and 408 deletions
|
|
@ -304,7 +304,7 @@ async function getInfoFromDist(
|
|||
return null;
|
||||
}
|
||||
|
||||
const downloadUrl = `https://storage.googleapis.com/golang/${version.files[0].filename}`;
|
||||
const downloadUrl = `https://go.dev/dl/${version.files[0].filename}`;
|
||||
|
||||
return <IGoVersionInfo>{
|
||||
type: 'dist',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue