update url

This commit is contained in:
Aparna Jyothi 2025-12-03 18:56:13 +05:30
parent d35c59abb0
commit 7983980ef0
4 changed files with 6 additions and 6 deletions

2
dist/setup/index.js vendored
View file

@ -93554,7 +93554,7 @@ function getInfoFromDist(versionSpec, arch) {
if (!version) {
return null;
}
const downloadUrl = `https://storage.googleapis.com/golang/${version.files[0].filename}`;
const downloadUrl = `https://go.dev/dl/${version.files[0].filename}`;
return {
type: 'dist',
downloadUrl: downloadUrl,