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 fc3510e commit ff8803cCopy full SHA for ff8803c
.github/workflows/validate.yml
@@ -30,9 +30,9 @@ jobs:
30
- uses: actions/setup-go@v5
31
with:
32
go-version: "${{ env.GO_VERSION }}"
33
- - uses: golangci/golangci-lint-action@v7
+ - uses: golangci/golangci-lint-action@v8
34
35
- version: v2.0
+ version: v2.1
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