Add go-version-file option (#62)

This commit is contained in:
So Jomura
2022-05-12 17:04:39 +09:00
committed by GitHub
parent 193b404f8a
commit 265edc1beb
8 changed files with 179 additions and 3 deletions

View File

@ -4,6 +4,8 @@ author: 'GitHub'
inputs:
go-version:
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
go-version-file:
description: 'Path to the go.mod file.'
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