Compare commits

..

12 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
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
Maxim Lobanov
149df221c7 Merge pull request #4 from actions/master
Integrate master changes to main branch
2020-07-14 16:56:40 +03:00
Maxim Lobanov
b34c795b2c Merge pull request #3 from actions/v-malob/switch-default-branch
Switch default branch from "master" to "main"
2020-07-14 16:41:02 +03:00
Maxim Lobanov
3234ea0ee4 switch default branch, update submodule 2020-07-14 16:34:48 +03:00
MaksimZhukov
35de4ce5f5 Merge pull request #1 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 06/16/2020
2020-06-17 10:26:21 +03:00
Service account
4de67f5470 Update versions-manifest based on build from 20200616.39 2020-06-16 23:06:01 +00:00
5 changed files with 1082 additions and 5 deletions

2
.gitmodules vendored
View File

@@ -1,4 +1,4 @@
[submodule "helpers"]
path = helpers
url = https://github.com/actions/versions-package-tools
branch = master
branch = main

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

View File

@@ -4,7 +4,7 @@ pr:
autoCancel: true
branches:
include:
- master
- main
paths:
exclude:
- versions-manifest.json

Submodule helpers updated: 350e2888aa...68072bedef

1077
versions-manifest.json Normal file

File diff suppressed because it is too large Load Diff