mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +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:
|
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:
|
||||||
|
description: Path to the file with the Go version. go-version overwrites this.
|
||||||
stable:
|
stable:
|
||||||
description: 'Whether to download only stable versions'
|
description: 'Whether to download only stable versions'
|
||||||
default: 'true'
|
default: 'true'
|
||||||
|
|
Loading…
Add table
Reference in a new issue