mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
Supported version syntax only in Usage part
This commit is contained in:
parent
f4e0bc806a
commit
54cc82618b
1 changed files with 4 additions and 10 deletions
14
README.md
14
README.md
|
@ -42,13 +42,6 @@ steps:
|
||||||
- run: go version
|
- run: go version
|
||||||
```
|
```
|
||||||
|
|
||||||
### Supported version syntax
|
|
||||||
The `go-version` input supports the following syntax:
|
|
||||||
|
|
||||||
Specific versions: `1.15`, `1.16.1`, `1.16.x`
|
|
||||||
SemVer's version range syntax: `^1.13.1`
|
|
||||||
For more information about semantic versioning please refer [semver](https://github.com/npm/node-semver) documentation
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
See [action.yml](action.yml)
|
See [action.yml](action.yml)
|
||||||
|
@ -81,11 +74,12 @@ jobs:
|
||||||
- run: go run hello.go
|
- run: go run hello.go
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Supported version syntax
|
### Supported version syntax
|
||||||
The `go-version` input supports the following syntax:
|
The `go-version` input supports the following syntax:
|
||||||
|
|
||||||
major versions: `12`, `14`, `16`
|
Specific versions: `1.15`, `1.16.1`, `1.16.x`
|
||||||
more specific versions: `10.15`, `14.2.0`, `16.3.0`
|
SemVer's version range syntax: `^1.13.1`
|
||||||
|
For more information about semantic versioning please refer [semver](https://github.com/npm/node-semver) documentation
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue