Skip to content

Commit 916cab9

Browse files
committed
ci: bump golangci-lint to v2.5
Also, bump golangci-lint-action to v8. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent b42e5c8 commit 916cab9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/validate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- uses: actions/setup-go@v6
3535
with:
3636
go-version: 1.24.x
37-
- uses: golangci/golangci-lint-action@v7
37+
- uses: golangci/golangci-lint-action@v8
3838
with:
39-
version: v2.0
39+
version: v2.5
4040

4141
codespell:
4242
runs-on: ubuntu-24.04
@@ -62,9 +62,9 @@ jobs:
6262
- uses: actions/setup-go@v6
6363
with:
6464
go-version: 1.24.x
65-
- uses: golangci/golangci-lint-action@v7
65+
- uses: golangci/golangci-lint-action@v8
6666
with:
67-
version: v2.0
67+
version: v2.5
6868
- name: test-stubs
6969
run: make test
7070

0 commit comments

Comments
 (0)