Skip to content

Commit 9a2e0e0

Browse files
committed
ci: fix golangci-lint version
1 parent 5f88e99 commit 9a2e0e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v3
21+
uses: golangci/golangci-lint-action@v7
2222
with:
23-
version: v1.54.2
23+
version: v2.0
2424
args: --timeout=5m0s
2525

2626
unit-test:

0 commit comments

Comments
 (0)