mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
Add additional semver versions to documentation
This commit is contained in:
parent
6115b0aebf
commit
3759c7f407
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ jobs:
|
|||
### Supported version syntax
|
||||
The `go-version` input supports the following syntax:
|
||||
|
||||
Specific versions: `1.15`, `1.16.1`, `1.16.x`
|
||||
Specific versions: `1.15`, `1.16.1`, `1.17.0-rc2`, `1.16.0-beta1`
|
||||
SemVer's version range syntax: `^1.13.1`
|
||||
For more information about semantic versioning please refer [semver](https://github.com/npm/node-semver) documentation
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue