Skip to content

Commit fb8b972

Browse files
committed
Bump golangci/golangci-lint-action from 7 to 8
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
1 parent 72c8ddc commit fb8b972

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,10 +18,10 @@ jobs:
1818
with:
1919
go-version: 1.23.7
2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v7
21+
uses: golangci/golangci-lint-action@v8
2222
with:
2323
# the version of golangci-lint.
24-
version: v2.0.1
24+
version: v2.1.6
2525

2626
# show only new issues if it's a pull request.
2727
only-new-issues: false

0 commit comments

Comments
 (0)