mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
Add description of go-version-from-file
This commit is contained in:
parent
95c6e43dbe
commit
f5fe54e5a4
1 changed files with 2 additions and 0 deletions
|
@ -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-from-file:
|
||||
description: Path to the file with the Go version. go-version overwrites this.
|
||||
stable:
|
||||
description: 'Whether to download only stable versions'
|
||||
default: 'true'
|
||||
|
|
Loading…
Add table
Reference in a new issue