add check-latest input

This commit is contained in:
Dmitry Shibanov 2022-02-02 13:11:41 +03:00
parent 44e221478f
commit 693f445fa2
17 changed files with 4811 additions and 3599 deletions

View file

@ -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 if you want the action to check for the latest available version that satisfies the version spec'
default: false
stable:
description: 'Whether to download only stable versions'
default: 'true'