mirror of
https://github.com/actions/go-versions.git
synced 2026-01-29 05:28:35 +00:00
Compare commits
2 Commits
1.25.4-191
...
1.24.11-19
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c18eb3688 | ||
|
|
ac0dfe6d36 |
@@ -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() {
|
||||
|
||||
@@ -1,4 +1,47 @@
|
||||
[
|
||||
{
|
||||
"version": "1.25.4",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.25.4-19122936812",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.25.4-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.25.4-19122936812/go-1.25.4-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.25.4-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.25.4-19122936812/go-1.25.4-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.25.4-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.25.4-19122936812/go-1.25.4-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.25.4-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.25.4-19122936812/go-1.25.4-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.25.4-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.25.4-19122936812/go-1.25.4-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.25.4-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.25.4-19122936812/go-1.25.4-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.25.3",
|
||||
"stable": true,
|
||||
@@ -171,6 +214,49 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.24.10",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.24.10-19122940106",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.24.10-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.10-19122940106/go-1.24.10-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.24.10-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.10-19122940106/go-1.24.10-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.24.10-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.10-19122940106/go-1.24.10-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.24.10-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.10-19122940106/go-1.24.10-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.24.10-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.10-19122940106/go-1.24.10-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.24.10-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.10-19122940106/go-1.24.10-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.24.9",
|
||||
"stable": true,
|
||||
|
||||
Reference in New Issue
Block a user