update download URLs to use go.dev instead of storage.googleapis.com

This commit is contained in:
HarithaVattikuti
2025-12-09 10:02:38 -06:00
parent fbd97068ad
commit 38a5d8ba2c
25 changed files with 3196 additions and 449 deletions

View File

@@ -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',