mirror of
https://github.com/actions/go-versions
synced 2024-11-08 14:42:37 +00:00
Add Go 1.15.0
[versions-manifest] Update for release from 08/12/2020
This commit is contained in:
commit
2873528ad9
1 changed files with 25 additions and 0 deletions
|
@ -1,4 +1,29 @@
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "1.15.0",
|
||||||
|
"stable": true,
|
||||||
|
"release_url": "https://github.com/actions/go-versions/releases/tag/1.15.0-20200812.1",
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"filename": "go-1.15.0-darwin-x64.tar.gz",
|
||||||
|
"arch": "x64",
|
||||||
|
"platform": "darwin",
|
||||||
|
"download_url": "https://github.com/actions/go-versions/releases/download/1.15.0-20200812.1/go-1.15.0-darwin-x64.tar.gz"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "go-1.15.0-linux-x64.tar.gz",
|
||||||
|
"arch": "x64",
|
||||||
|
"platform": "linux",
|
||||||
|
"download_url": "https://github.com/actions/go-versions/releases/download/1.15.0-20200812.1/go-1.15.0-linux-x64.tar.gz"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"filename": "go-1.15.0-win32-x64.zip",
|
||||||
|
"arch": "x64",
|
||||||
|
"platform": "win32",
|
||||||
|
"download_url": "https://github.com/actions/go-versions/releases/download/1.15.0-20200812.1/go-1.15.0-win32-x64.zip"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "1.14.7",
|
"version": "1.14.7",
|
||||||
"stable": true,
|
"stable": true,
|
||||||
|
|
Loading…
Reference in a new issue