mirror of
https://github.com/actions/go-versions.git
synced 2026-01-29 05:28:35 +00: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