mirror of
https://github.com/actions/setup-go.git
synced 2025-12-25 17:13:37 +00:00
parent
289392effb
commit
fbd97068ad
25 changed files with 449 additions and 3196 deletions
|
|
@ -386,7 +386,7 @@ async function getInfoFromDist(
|
|||
return null;
|
||||
}
|
||||
|
||||
const downloadUrl = `https://go.dev/dl/${version.files[0].filename}`;
|
||||
const downloadUrl = `https://storage.googleapis.com/golang/${version.files[0].filename}`;
|
||||
|
||||
return <IGoVersionInfo>{
|
||||
type: 'dist',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue