Skip to content

Commit

Permalink
update go-version-file description
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Aug 10, 2023
1 parent 012ce74 commit 84bfb85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ For those who learn best from examples:

### go-version-file

Path to the go.mod or go.work file.
Path to a go.mod or go.work file. setup-go-faster will take the version from the "go" directive
in this file and convert it to a semver minimum version. For example, if the go directive is `go 1.21rc1`,
setup-go-faster will use the constraint `>= 1.21.0-rc1`.


### ignore-local

Expand Down
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ inputs:
go-version-file:
required: false
description: 'Path to the go.mod or go.work file.'
description: |
Path to a go.mod or go.work file. setup-go-faster will take the version from the "go" directive
in this file and convert it to a semver minimum version. For example, if the go directive is `go 1.21rc1`,
setup-go-faster will use the constraint `>= 1.21.0-rc1`.
ignore-local:
required: false
description: |
Expand Down

0 comments on commit 84bfb85

Please sign in to comment.