Compare commits

..

9 Commits

Author SHA1 Message Date
Maxim Lobanov
12335a5b75 Merge pull request #8 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 08/06/2020
2020-08-06 22:17:05 +03:00
Service account
a4d6b93b68 Update versions-manifest based on build from 20200806.3 2020-08-06 19:15:32 +00:00
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
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
3 changed files with 153 additions and 3 deletions

View File

@@ -6,10 +6,10 @@ The file [versions-manifest.json](./versions-manifest.json) contains the list of
**Status**: Currently under development and in use for beta and preview actions. This repo is undergoing rapid changes.
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.
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

Submodule helpers updated: 1069e7a4ec...68072bedef

View File

@@ -1,4 +1,79 @@
[
{
"version": "1.14.7",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.14.7-20200806.3",
"files": [
{
"filename": "go-1.14.7-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.14.7-20200806.3/go-1.14.7-darwin-x64.tar.gz"
},
{
"filename": "go-1.14.7-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.14.7-20200806.3/go-1.14.7-linux-x64.tar.gz"
},
{
"filename": "go-1.14.7-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.14.7-20200806.3/go-1.14.7-win32-x64.zip"
}
]
},
{
"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,
"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 +199,81 @@
}
]
},
{
"version": "1.13.15",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.13.15-20200806.4",
"files": [
{
"filename": "go-1.13.15-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.13.15-20200806.4/go-1.13.15-darwin-x64.tar.gz"
},
{
"filename": "go-1.13.15-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.13.15-20200806.4/go-1.13.15-linux-x64.tar.gz"
},
{
"filename": "go-1.13.15-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.13.15-20200806.4/go-1.13.15-win32-x64.zip"
}
]
},
{
"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,
"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,