mirror of
https://github.com/actions/go-versions.git
synced 2026-01-28 21:18:36 +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"
|
$filename = "$goVersion.$goPlatform-$arch.$ArchiveType"
|
||||||
|
|
||||||
return "https://storage.googleapis.com/golang/$filename"
|
return "https://go.dev/dl/$filename"
|
||||||
}
|
}
|
||||||
|
|
||||||
[string] Download() {
|
[string] Download() {
|
||||||
|
|||||||
Reference in New Issue
Block a user