Skip to content

Commit

Permalink
ci/lint: Upgrade to golangci-lint v1.51
Browse files Browse the repository at this point in the history
v1.51 includes support for staticcheck.
  • Loading branch information
abhinav committed Feb 3, 2023
1 parent 148f040 commit 984ef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOLANGCI_LINT_VERSION: v1.50
GOLANGCI_LINT_VERSION: v1.51

jobs:
golangci:
Expand Down

0 comments on commit 984ef78

Please sign in to comment.