Skip to content

Commit f477bbc

Browse files
committed
chore: upgrade golangci lint to v1.58.2
1 parent afd7d43 commit f477bbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- name: Run GolangCI-Lint
1010
uses: golangci/golangci-lint-action@v3
1111
with:
12-
version: v1.56.2
12+
version: v1.58.2
1313
args: --timeout=5m

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
run:
2-
skip-dirs:
1+
issues:
2+
exclude-dirs:
33
- examples/*.go

0 commit comments

Comments
 (0)