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
parent ac0dfe6d36
commit 5c18eb3688

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