mirror of
https://code.forgejo.org/actions/go-versions.git
synced 2024-11-06 03:05:52 -05:00
Update versions-manifest (#42)
Co-authored-by: Service account <no-reply@microsoft.com>
This commit is contained in:
parent
4e55ba98df
commit
dfb38cff48
1 changed files with 50 additions and 0 deletions
|
@ -1,4 +1,29 @@
|
|||
[
|
||||
{
|
||||
"version": "1.17.3",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.3-1425023214",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.17.3-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.3-1425023214/go-1.17.3-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.17.3-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.3-1425023214/go-1.17.3-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.17.3-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.3-1425023214/go-1.17.3-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.17.2",
|
||||
"stable": true,
|
||||
|
@ -74,6 +99,31 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.16.10",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.16.10-1425023617",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.16.10-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.10-1425023617/go-1.16.10-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.16.10-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.10-1425023617/go-1.16.10-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.16.10-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.10-1425023617/go-1.16.10-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.16.9",
|
||||
"stable": true,
|
||||
|
|
Loading…
Reference in a new issue