Switch manifest installation from "master" to "main" branch (#65)
Some checks failed
build-test / Run (ubuntu-latest) (push) Failing after 16s
build-test / Run (windows-latest) (push) Has been cancelled
Validate 'setup-go' / Setup local-cache version (1.12, macos-latest) (push) Waiting to run
Validate 'setup-go' / Setup local-cache version (1.12, windows-latest) (push) Waiting to run
Validate 'setup-go' / Setup local-cache version (1.13, macos-latest) (push) Waiting to run
Validate 'setup-go' / Setup local-cache version (1.13, windows-latest) (push) Waiting to run
Validate 'setup-go' / Setup local-cache version (1.14, macos-latest) (push) Waiting to run
Validate 'setup-go' / Setup local-cache version (1.14, windows-latest) (push) Waiting to run
Validate 'setup-go' / Setup 1.12.16 macos-latest (push) Waiting to run
Validate 'setup-go' / Setup 1.12.16 windows-latest (push) Waiting to run
Validate 'setup-go' / Setup 1.13.11 macos-latest (push) Waiting to run
Validate 'setup-go' / Setup 1.13.11 windows-latest (push) Waiting to run
Validate 'setup-go' / Setup 1.14.3 macos-latest (push) Waiting to run
Validate 'setup-go' / Setup 1.14.3 windows-latest (push) Waiting to run
Validate 'setup-go' / Setup 1.7 macos-latest (push) Waiting to run
Validate 'setup-go' / Setup 1.7 windows-latest (push) Waiting to run
Validate 'setup-go' / Setup 1.8.6 macos-latest (push) Waiting to run
Validate 'setup-go' / Setup 1.8.6 windows-latest (push) Waiting to run
Validate 'setup-go' / Setup local-cache version (1.12, ubuntu-latest) (push) Successful in 12s
Validate 'setup-go' / Setup local-cache version (1.13, ubuntu-latest) (push) Failing after 18s
Validate 'setup-go' / Setup local-cache version (1.14, ubuntu-latest) (push) Successful in 9s
Validate 'setup-go' / Setup 1.12.16 ubuntu-latest (push) Failing after 3s
Validate 'setup-go' / Setup 1.14.3 ubuntu-latest (push) Failing after 2s
Validate 'setup-go' / Setup 1.13.11 ubuntu-latest (push) Successful in 8s
Validate 'setup-go' / Setup 1.7 ubuntu-latest (push) Failing after 2s
Validate 'setup-go' / Setup 1.8.6 ubuntu-latest (push) Failing after 2m25s

* switch from master to main branch

* Update README.md
This commit is contained in:
Maxim Lobanov
2020-07-20 19:50:40 +03:00
committed by GitHub
parent 1616116e1b
commit d0c5defdf3
3 changed files with 9 additions and 2 deletions

View File

@@ -19,6 +19,8 @@ The V2 offers:
- stable input
- Bug Fixes (including issues around version matching and semver)
It will first check the local cache for a version match. If version is not found locally, It will pull it from `main` branch of [go-versions](https://github.com/actions/go-versions/blob/main/versions-manifest.json) repository and on miss or failure, it will fall back to the previous behavior of download directly from [go dist](https://storage.googleapis.com/golang).
Matching by semver spec:
```yaml
steps: