Skip to content

Commit 4e613c8

Browse files
author
shijiashuai
committed
fix(ci): use golangci-lint v2.1.0 (minimum supported by action v9)
1 parent e2f499b commit 4e613c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run golangci-lint
3333
uses: golangci/golangci-lint-action@v9
3434
with:
35-
version: v2.0.0
35+
version: v2.1.0
3636

3737
test:
3838
name: Test (Go ${{ matrix.go-version }})

0 commit comments

Comments
 (0)