Replace url

This commit is contained in:
HarithaVattikuti
2025-12-03 10:23:36 -06:00
parent d35c59abb0
commit 289392effb
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',