mirror of
https://github.com/actions/setup-go.git
synced 2025-07-17 12:35:14 -06:00
work on resolving comments
This commit is contained in:
parent
693f445fa2
commit
1b3105fea3
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ inputs:
|
|||
go-version:
|
||||
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
|
||||
check-latest:
|
||||
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec'
|
||||
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
|
||||
stable:
|
||||
description: 'Whether to download only stable versions'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue