mirror of
https://github.com/actions/go-versions
synced 2024-11-09 15:12:38 +00:00
Update versions-manifest (#59)
Co-authored-by: Service account <no-reply@microsoft.com>
This commit is contained in:
parent
acce0a295a
commit
7fbc001811
1 changed files with 50 additions and 0 deletions
|
@ -1,4 +1,29 @@
|
|||
[
|
||||
{
|
||||
"version": "1.19.1",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.19.1-3005187934",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.19.1-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.1-3005187934/go-1.19.1-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.19.1-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.1-3005187934/go-1.19.1-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.19.1-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.1-3005187934/go-1.19.1-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.19.0",
|
||||
"stable": true,
|
||||
|
@ -24,6 +49,31 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.18.6",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.18.6-3005188389",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.18.6-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.6-3005188389/go-1.18.6-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.18.6-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.6-3005188389/go-1.18.6-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.18.6-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.6-3005188389/go-1.18.6-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.18.5",
|
||||
"stable": true,
|
||||
|
|
Loading…
Reference in a new issue