mirror of
https://github.com/actions/setup-go.git
synced 2025-12-12 16:31:15 +00:00
Update documentation to specify supported syntaxes for go-version input
This commit is contained in:
parent
9840a7ea12
commit
bb432e5985
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue