Skip to content

Commit 454c930

Browse files
committed
chore: CI upgrade golangci-lint
1 parent 1d3367b commit 454c930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
- uses: actions/setup-go@v6
4343
with:
4444
go-version: stable
45-
- uses: golangci/golangci-lint-action@v8
45+
- uses: golangci/golangci-lint-action@v9
4646
with:
47-
version: v2.5.0
47+
version: v2.6
4848

4949
test:
5050
name: "test with Go ${{ matrix.go }}"

0 commit comments

Comments
 (0)