mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
ensure consistency with the go-version description
This commit is contained in:
parent
b4997f6d6a
commit
b7387edd07
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ description: 'Setup a Go environment and add it to the PATH'
|
|||
author: 'GitHub'
|
||||
inputs:
|
||||
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. Be sure to enclose this option in single quotation marks.'
|
||||
go-version-file:
|
||||
description: 'Path to the go.mod or go.work file.'
|
||||
check-latest:
|
||||
|
|
Loading…
Add table
Reference in a new issue