mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 09:52:15 +00:00
Fix go-version-file description
This commit is contained in:
parent
757cc0bb4a
commit
df84f4b7c8
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
go-version:
|
go-version:
|
||||||
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
|
description: 'The Go version to download (if necessary) and use. Supports semver spec and ranges.'
|
||||||
go-version-from-file:
|
go-version-file:
|
||||||
description: Path to the file with the Go version. go-version overwrites this.
|
description: 'Path to the go.mod file.'
|
||||||
check-latest:
|
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'
|
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
|
default: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue