We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42e5c8 commit 916cab9Copy full SHA for 916cab9
1 file changed
.github/workflows/validate.yml
@@ -34,9 +34,9 @@ jobs:
34
- uses: actions/setup-go@v6
35
with:
36
go-version: 1.24.x
37
- - uses: golangci/golangci-lint-action@v7
+ - uses: golangci/golangci-lint-action@v8
38
39
- version: v2.0
+ version: v2.5
40
41
codespell:
42
runs-on: ubuntu-24.04
@@ -62,9 +62,9 @@ jobs:
62
63
64
65
66
67
68
- name: test-stubs
69
run: make test
70
0 commit comments