mirror of
https://github.com/actions/setup-go
synced 2024-11-15 01:52:40 +00:00
Update README.md
This commit is contained in:
parent
ad27ba4c6d
commit
ef084a2719
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ steps:
|
||||||
|
|
||||||
### If a different file
|
### If a different file
|
||||||
|
|
||||||
The `go-version-file` input accepts a path to a file file that contains the version of Go to be used by a project. It supports either major and minor (e.g 1.18) or major, minor and patch (e.g 1.18.7) tags
|
The `go-version-file` input accepts a path to a file that contains the version of Go to be used by a project. It supports either major and minor (e.g 1.18) or major, minor and patch (e.g 1.18.7) tags. If the file contains only major and minor (e.g. 1.18) tags, the action will follow the above-mentioned approach.
|
||||||
|
|
||||||
> The action will search for the `.go-version` file relative to the repository root
|
> The action will search for the `.go-version` file relative to the repository root
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue