Update linter

This commit is contained in:
Paul van Brouwershaven
2022-06-30 18:04:38 +02:00
parent 44ac3c7806
commit 709cfee3b5

View File

@@ -17,7 +17,7 @@ jobs:
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. # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.29 version: v1.46
# Optional: working directory, useful for monorepos # Optional: working directory, useful for monorepos
# working-directory: somedir # working-directory: somedir