Compare commits

...

3 Commits

Author SHA1 Message Date
Maxim Lobanov
83c2976bd0 Update README.md 2020-07-15 13:31:09 +03:00
Maxim Lobanov
2d148b3dfc Upload 1.13.13, 1.14.5
[versions-manifest] Update for release from 07/15/2020
2020-07-15 07:39:12 +03:00
Service account
773e210944 Update versions-manifest based on build from 20200715.2 2020-07-15 04:36:17 +00:00
2 changed files with 52 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ The file [versions-manifest.json](./versions-manifest.json) contains the list of
Latest of LTS versions will be installed on the [virtual-environments](https://github.com/actions/virtual-environments) images. Other versions will be pulled JIT using the [`setup-go`](https://github.com/actions/setup-go) action.
## Adding new versions
We are trying to prepare packages for new versions of Go as soon as they are released. Please open an issue if any versions are missing.
We are trying to prepare packages for new versions of Go as soon as they are released. Please open an issue in [actions/virtual-environments](https://github.com/actions/virtual-environments) if any versions are missing.
## Contribution
Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure

View File

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