mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2026-08-28 13:04:57 -04:00
fix tests and add log
This commit is contained in:
parent
54167c0c25
commit
e53583cbb2
5 changed files with 319 additions and 843 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…
Reference in a new issue