mirror of
https://github.com/actions/go-versions.git
synced 2026-01-29 05:28:35 +00:00
Compare commits
2 Commits
1.25.1-174
...
test-macos
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aaad9f0c8c | ||
|
|
c862fccfaf |
2
.github/workflows/build-go-packages.yml
vendored
2
.github/workflows/build-go-packages.yml
vendored
@@ -23,7 +23,7 @@ on:
|
||||
jobs:
|
||||
go:
|
||||
name: Go
|
||||
uses: actions/versions-package-tools/.github/workflows/build-tool-packages.yml@main
|
||||
uses: actions/versions-package-tools/.github/workflows/build-tool-packages.yml@replacemacos-13
|
||||
with:
|
||||
tool-name: "go"
|
||||
tool-version: ${{ inputs.VERSION || '1.19.0' }}
|
||||
|
||||
4
.github/workflows/get-go-versions.yml
vendored
4
.github/workflows/get-go-versions.yml
vendored
@@ -1,7 +1,7 @@
|
||||
name: Get Go versions
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0,12 * * *'
|
||||
- cron: '0 3,15 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -10,4 +10,4 @@ jobs:
|
||||
with:
|
||||
tool-name: "Go"
|
||||
image-url: "https://go.dev/images/gopher-footer.jpg"
|
||||
secrets: inherit
|
||||
secrets: inherit
|
||||
@@ -1,90 +1,4 @@
|
||||
[
|
||||
{
|
||||
"version": "1.25.0",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.25.0-16925932082",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.25.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.25.0-16925932082/go-1.25.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.25.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.25.0-16925932082/go-1.25.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.25.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.25.0-16925932082/go-1.25.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.25.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.25.0-16925932082/go-1.25.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.25.0-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.25.0-16925932082/go-1.25.0-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.25.0-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.25.0-16925932082/go-1.25.0-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.24.6",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.24.6-16792114823",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.24.6-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.6-16792114823/go-1.24.6-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.24.6-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.6-16792114823/go-1.24.6-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.24.6-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.6-16792114823/go-1.24.6-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.24.6-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.6-16792114823/go-1.24.6-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.24.6-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.6-16792114823/go-1.24.6-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.24.6-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.24.6-16792114823/go-1.24.6-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.24.5",
|
||||
"stable": true,
|
||||
@@ -343,49 +257,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.23.12",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.23.12-16792118003",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.23.12-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.12-16792118003/go-1.23.12-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.12-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.12-16792118003/go-1.23.12-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.12-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.12-16792118003/go-1.23.12-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.12-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.12-16792118003/go-1.23.12-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.12-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.12-16792118003/go-1.23.12-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.12-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.12-16792118003/go-1.23.12-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.23.11",
|
||||
"stable": true,
|
||||
|
||||
Reference in New Issue
Block a user