Skip to content

Commit

Permalink
ci: Bump golangci-lint to v1.58
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Goff <[email protected]>
  • Loading branch information
cpuguy83 committed May 20, 2024
1 parent 22e3882 commit 241c5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:

# lint issues in Windows code
# linter does not work for GOOS=linux since not Windows-specific code is gated with `//go:build windows`
- uses: golangci/golangci-lint-action@v3
- uses: golangci/golangci-lint-action@v6
with:
version: v1.52
version: v1.58
args: >-
--verbose
--max-issues-per-linter=0
Expand Down

0 comments on commit 241c5bd

Please sign in to comment.