Merge pull request #24 from actions/update-versions-manifest-file

[versions-manifest] Update for release from 01/20/2021
This commit is contained in:
MaksimZhukov 2021-01-21 10:43:53 +03:00 committed by GitHub
commit 426f431301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 50 additions and 0 deletions

View File

@ -1,4 +1,29 @@
[ [
{
"version": "1.15.7",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.15.7-497897384",
"files": [
{
"filename": "go-1.15.7-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.15.7-497897384/go-1.15.7-darwin-x64.tar.gz"
},
{
"filename": "go-1.15.7-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.15.7-497897384/go-1.15.7-linux-x64.tar.gz"
},
{
"filename": "go-1.15.7-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.15.7-497897384/go-1.15.7-win32-x64.zip"
}
]
},
{ {
"version": "1.15.6", "version": "1.15.6",
"stable": true, "stable": true,
@ -174,6 +199,31 @@
} }
] ]
}, },
{
"version": "1.14.14",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.14.14-497897826",
"files": [
{
"filename": "go-1.14.14-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.14.14-497897826/go-1.14.14-darwin-x64.tar.gz"
},
{
"filename": "go-1.14.14-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.14.14-497897826/go-1.14.14-linux-x64.tar.gz"
},
{
"filename": "go-1.14.14-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.14.14-497897826/go-1.14.14-win32-x64.zip"
}
]
},
{ {
"version": "1.14.13", "version": "1.14.13",
"stable": true, "stable": true,