mirror of
https://github.com/actions/setup-go.git
synced 2025-12-20 14:37:06 +00:00
Replace url
This commit is contained in:
parent
d35c59abb0
commit
289392effb
25 changed files with 3196 additions and 449 deletions
|
|
@ -386,7 +386,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