mirror of
https://github.com/actions/setup-go.git
synced 2025-07-02 22:13:45 +00:00
Implement "check-latest" flag to check if pre-cached version is latest one (#186)
This commit is contained in:
parent
44e221478f
commit
bfdd3570ce
17 changed files with 4811 additions and 3599 deletions
|
@ -4,6 +4,9 @@ author: 'GitHub'
|
|||
inputs:
|
||||
go-version:
|
||||
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
|
||||
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
|
||||
stable:
|
||||
description: 'Whether to download only stable versions'
|
||||
default: 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue