Skip to content

Commit

Permalink
bump linter version to 1.38 (#6253)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters committed Mar 18, 2021
1 parent 9f7051d commit dd84867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: golangci/golangci-lint-action@v2.5.1
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
version: v1.38
args: --timeout 10m
github-token: ${{ secrets.github_token }}
if: env.GIT_DIFF

0 comments on commit dd84867

Please sign in to comment.