Update golangci-lint

This commit is contained in:
Alexander Neumann 2022-03-20 11:16:48 +01:00
parent 6dee59b789
commit a9a5acb8ce
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ jobs:
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.36
version: v1.45
# Optional: show only new issues if it's a pull request. The default value is `false`.
only-new-issues: true
args: --verbose --timeout 5m