Skip to content

Commit 23487cb

Browse files
authored
Update "version" config in README example (#167)
#98 was closed by #101, but the README still says that only a major-minor version is accepted. It also says that this field is required, but `action.yml` says otherwise. Copy the description from `action.yml` into the README for consistency.
1 parent 8456024 commit 23487cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: golangci-lint
3737
uses: golangci/golangci-lint-action@v2
3838
with:
39-
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
39+
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
4040
version: v1.29
4141

4242
# Optional: working directory, useful for monorepos

0 commit comments

Comments
 (0)