mirror of
https://github.com/actions/setup-go.git
synced 2025-12-25 00:57:07 +00:00
update documentation. action.yml and versions.yml
This commit is contained in:
parent
0ad9091c59
commit
025ade64a0
4 changed files with 54 additions and 10 deletions
|
|
@ -5,7 +5,7 @@ inputs:
|
|||
go-version:
|
||||
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges. Be sure to enclose this option in single quotation marks.'
|
||||
go-version-file:
|
||||
description: 'Path to the go.mod, .tool-versions, or go.work file.'
|
||||
description: 'Path to the go.mod, go.work, .go-version, or .tool-versions file.'
|
||||
check-latest:
|
||||
description: 'Set this option to true if you want the action to always check for the latest available version that satisfies the version spec'
|
||||
default: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue