fix: update download URL for Go binaries to new location (#127)

This commit is contained in:
Haritha 2025-12-02 20:40:08 -06:00 committed by GitHub
commit 5c18eb3688
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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() {