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