fallback download url update

This commit is contained in:
Aparna Jyothi 2025-12-04 17:15:42 +05:30
parent 19bb51245e
commit ded8732013
6 changed files with 2787 additions and 408 deletions

View file

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