mirror of
https://github.com/actions/go-versions
synced 2024-11-09 15:12:38 +00:00
Update versions-manifest (#77)
Co-authored-by: Service account <no-reply@microsoft.com>
This commit is contained in:
parent
c2d6080d9a
commit
f436eb1900
1 changed files with 12 additions and 0 deletions
|
@ -4,6 +4,12 @@
|
||||||
"stable": true,
|
"stable": true,
|
||||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.20.5-5218672569",
|
"release_url": "https://github.com/actions/go-versions/releases/tag/1.20.5-5218672569",
|
||||||
"files": [
|
"files": [
|
||||||
|
{
|
||||||
|
"filename": "go-1.20.5-darwin-arm64.tar.gz",
|
||||||
|
"arch": "arm64",
|
||||||
|
"platform": "darwin",
|
||||||
|
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.5-5218672569/go-1.20.5-darwin-arm64.tar.gz"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "go-1.20.5-darwin-x64.tar.gz",
|
"filename": "go-1.20.5-darwin-x64.tar.gz",
|
||||||
"arch": "x64",
|
"arch": "x64",
|
||||||
|
@ -154,6 +160,12 @@
|
||||||
"stable": true,
|
"stable": true,
|
||||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.19.10-5218670586",
|
"release_url": "https://github.com/actions/go-versions/releases/tag/1.19.10-5218670586",
|
||||||
"files": [
|
"files": [
|
||||||
|
{
|
||||||
|
"filename": "go-1.19.10-darwin-arm64.tar.gz",
|
||||||
|
"arch": "arm64",
|
||||||
|
"platform": "darwin",
|
||||||
|
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.10-5218670586/go-1.19.10-darwin-arm64.tar.gz"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"filename": "go-1.19.10-darwin-x64.tar.gz",
|
"filename": "go-1.19.10-darwin-x64.tar.gz",
|
||||||
"arch": "x64",
|
"arch": "x64",
|
||||||
|
|
Loading…
Reference in a new issue