We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e2ecd commit e3d0cf8Copy full SHA for e3d0cf8
.github/workflows/validate.yml
@@ -32,7 +32,7 @@ jobs:
32
go-version: "${{ env.GO_VERSION }}"
33
- uses: golangci/golangci-lint-action@v8
34
with:
35
- version: v2.1
+ version: v2.4
36
# Extra linters, only checking new code from a pull request.
37
- name: lint-extra
38
if: github.event_name == 'pull_request'
0 commit comments