Update linter config

This commit is contained in:
Christian Muehlhaeuser
2021-06-04 11:57:38 +02:00
parent d06aa4aa48
commit 09a4cf419d
2 changed files with 9 additions and 4 deletions

View File

@@ -10,8 +10,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.30
# Optional: golangci-lint command line arguments.
args: --issues-exit-code=0
# Optional: working directory, useful for monorepos