mirror of
https://code.forgejo.org/actions/go-versions.git
synced 2024-11-09 03:03:38 -05:00
Merge pull request #28 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 03/11/2021
This commit is contained in:
commit
15cbc5916e
1 changed files with 50 additions and 0 deletions
|
@ -1,4 +1,29 @@
|
|||
[
|
||||
{
|
||||
"version": "1.16.1",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.16.1-641940314",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.16.1-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.1-641940314/go-1.16.1-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.16.1-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.1-641940314/go-1.16.1-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.16.1-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.1-641940314/go-1.16.1-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.16.0",
|
||||
"stable": true,
|
||||
|
@ -24,6 +49,31 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.15.9",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.15.9-641940491",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.15.9-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.15.9-641940491/go-1.15.9-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.15.9-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.15.9-641940491/go-1.15.9-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.15.9-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.15.9-641940491/go-1.15.9-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.15.8",
|
||||
"stable": true,
|
||||
|
|
Loading…
Reference in a new issue