Compare commits

...

4 Commits

Author SHA1 Message Date
Maxim Lobanov
41e5fabc82 Merge pull request #7 from actions/v-mazhuk/update-module
Update Git submodule
2020-07-30 14:21:41 +03:00
MaksimZhukov
af49bddae7 Update Git submodule 2020-07-30 13:05:20 +03:00
Maxim Lobanov
dffccd4e4d Merge pull request #6 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 07/17/2020
2020-07-17 10:14:15 +03:00
Service account
02bb9f8abe Update versions-manifest based on build from 20200717.1 2020-07-17 06:53:25 +00:00
2 changed files with 51 additions and 1 deletions

Submodule helpers updated: 1069e7a4ec...68072bedef

View File

@@ -1,4 +1,29 @@
[
{
"version": "1.14.6",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.14.6-20200717.1",
"files": [
{
"filename": "go-1.14.6-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.14.6-20200717.1/go-1.14.6-darwin-x64.tar.gz"
},
{
"filename": "go-1.14.6-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.14.6-20200717.1/go-1.14.6-linux-x64.tar.gz"
},
{
"filename": "go-1.14.6-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.14.6-20200717.1/go-1.14.6-win32-x64.zip"
}
]
},
{
"version": "1.14.5",
"stable": true,
@@ -149,6 +174,31 @@
}
]
},
{
"version": "1.13.14",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.13.14-20200717.2",
"files": [
{
"filename": "go-1.13.14-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.13.14-20200717.2/go-1.13.14-darwin-x64.tar.gz"
},
{
"filename": "go-1.13.14-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.13.14-20200717.2/go-1.13.14-linux-x64.tar.gz"
},
{
"filename": "go-1.13.14-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.13.14-20200717.2/go-1.13.14-win32-x64.zip"
}
]
},
{
"version": "1.13.13",
"stable": true,