lint: fix collection of stale errors (#7090)

Few things that had been annoying.
This commit is contained in:
Sam Kleinman
2021-10-09 15:33:54 +00:00
committed by GitHub
parent befd669794
commit ded310093e
18 changed files with 33 additions and 36 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- uses: golangci/golangci-lint-action@v2.5.2
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.38
version: v1.42.1
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: env.GIT_DIFF