Revert "Replace url"

This reverts commit 289392effb.
This commit is contained in:
HarithaVattikuti
2025-12-03 10:28:41 -06:00
parent 289392effb
commit fbd97068ad
25 changed files with 449 additions and 3196 deletions

View File

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