We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dee859 + 13c8f76 commit bb1ec25Copy full SHA for bb1ec25
1 file changed
.github/workflows/validate.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
go-version: 1.22.x
37
cache: false # golangci-lint-action does its own caching
38
- - uses: golangci/golangci-lint-action@v4
+ - uses: golangci/golangci-lint-action@v6
39
40
version: v1.56
41
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
- name: test-stubs
0 commit comments