TODO: Check functionality and fix tests

Update: README, action file
This commit is contained in:
Sergey-Murtazin 2022-01-19 17:47:56 +03:00
parent e461af0410
commit c65923e013
5 changed files with 206 additions and 2 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'