fix: update download URL for Go binaries to new location

This commit is contained in:
HarithaVattikuti 2025-12-02 11:01:05 -06:00
commit 4023e5fe30

View file

@ -66,7 +66,7 @@ class GoBuilder {
$filename = "$goVersion.$goPlatform-$arch.$ArchiveType"
return "https://storage.googleapis.com/golang/$filename"
return "https://go.dev/dl/$filename"
}
[string] Download() {