Don't specify the linter version, as it's not required any longer (#1262)
This commit is contained in:
parent
5f7cc6a327
commit
261fe56bad
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -16,8 +16,6 @@ jobs:
|
|||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v2
|
uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
|
|
||||||
version: v1.31
|
|
||||||
# Optional: golangci-lint command line arguments.
|
# Optional: golangci-lint command line arguments.
|
||||||
args: --issues-exit-code=0
|
args: --issues-exit-code=0
|
||||||
# Optional: working directory, useful for monorepos
|
# Optional: working directory, useful for monorepos
|
||||||
|
Loading…
x
Reference in New Issue
Block a user