Use go.dev/dl instead

This commit is contained in:
Nicholas Ngai 2025-10-17 11:55:50 -07:00
parent e7835015ff
commit f107e23d35
No known key found for this signature in database
GPG key ID: 65358B5A905963F4
4 changed files with 6 additions and 6 deletions

View file

@ -389,7 +389,7 @@ async function getInfoFromDist(
return null;
}
const downloadUrl = `https://dl.google.com/go/${version.files[0].filename}`;
const downloadUrl = `https://go.dev/dl/${version.files[0].filename}`;
return <IGoVersionInfo>{
type: 'dist',