Skip to content

Commit

Permalink
chore: upgrade golangci lint to v1.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
savsgio committed May 23, 2024
1 parent afd7d43 commit f477bbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.56.2
version: v1.58.2
args: --timeout=5m
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
run:
skip-dirs:
issues:
exclude-dirs:
- examples/*.go

0 comments on commit f477bbc

Please sign in to comment.