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