mirror of https://github.com/actions/setup-go.git
Update documentation to specify supported syntaxes for `go-version` input
This commit is contained in:
parent
9840a7ea12
commit
bb432e5985
|
|
@ -339,6 +339,8 @@ jobs:
|
||||||
|
|
||||||
### Supported Version Syntax
|
### Supported Version Syntax
|
||||||
|
|
||||||
|
The `go-version` input supports the following syntax:
|
||||||
|
|
||||||
| Syntax Type | Example | Description |
|
| Syntax Type | Example | Description |
|
||||||
|-------------|---------|-------------|
|
|-------------|---------|-------------|
|
||||||
| Specific version | `1.23.2` | Installs this exact version |
|
| Specific version | `1.23.2` | Installs this exact version |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue