Skip to content

Commit 8b4ea13

Browse files
committed
Upgrade Golang CI Lint Version to 8.0.0
1 parent 64455e7 commit 8b4ea13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/golangci.lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v3
2525

2626
- name: golangci-lint
27-
uses: golangci/golangci-lint-action@v3
27+
uses: golangci/golangci-lint-action@v8
2828
with:
29-
version: v1.54
30-
args: --timeout=30m --disable=errcheck --exclude="SA1019"
29+
version: v2.1.6
30+
args: --timeout=30m --disable=errcheck,staticcheck

0 commit comments

Comments
 (0)