mirror of
https://github.com/actions/setup-go.git
synced 2025-12-18 13:37:07 +00:00
Use go.dev/dl instead
This commit is contained in:
parent
e7835015ff
commit
f107e23d35
4 changed files with 6 additions and 6 deletions
|
|
@ -389,7 +389,7 @@ async function getInfoFromDist(
|
|||
return null;
|
||||
}
|
||||
|
||||
const downloadUrl = `https://dl.google.com/go/${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