Don't specify the linter version, as it's not required any longer (#1262)

This commit is contained in:
Christian Muehlhaeuser 2021-07-25 08:19:46 +02:00 committed by GitHub
parent 5f7cc6a327
commit 261fe56bad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,6 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
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.
args: --issues-exit-code=0
# Optional: working directory, useful for monorepos