mirror of
https://github.com/actions/setup-go.git
synced 2025-12-16 03:47:49 +00:00
Replace url
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user