mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
Can this default to latest?
This commit is contained in:
parent
5805cf725b
commit
6ba2d22e4f
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
go-version:
|
go-version:
|
||||||
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
|
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
|
||||||
|
default: '1.17.2'
|
||||||
stable:
|
stable:
|
||||||
description: 'Whether to download only stable versions'
|
description: 'Whether to download only stable versions'
|
||||||
default: 'true'
|
default: 'true'
|
||||||
|
|
Loading…
Add table
Reference in a new issue