Compare commits
3 Commits
1.13.13-20
...
1.14.6-202
Author | SHA1 | Date | |
---|---|---|---|
|
83c2976bd0 | ||
|
2d148b3dfc | ||
|
773e210944 |
@@ -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
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user