mirror of
https://github.com/actions/go-versions.git
synced 2026-03-14 14:25:50 +01:00
fix: update download URL for Go binaries to new location
This commit is contained in:
parent
ac0dfe6d36
commit
4023e5fe30
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue