mirror of
https://github.com/actions/setup-go.git
synced 2025-07-02 14:03:44 +00:00
Remove stable input and fix SemVer notation (#195)
This commit is contained in:
parent
2bb2aab2fd
commit
f6164bd8c8
6 changed files with 70 additions and 92 deletions
|
@ -7,9 +7,6 @@ inputs:
|
|||
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'
|
||||
token:
|
||||
description: Used to pull node distributions from go-versions. Since there's a default, this is typically not supplied by the user.
|
||||
default: ${{ github.token }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue