mirror of
https://github.com/actions/go-versions.git
synced 2026-02-08 07:13:34 +08:00
fix: update download URL for Go binaries to new location (#127)
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user