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 a85b5fc commit d8139c0Copy full SHA for d8139c0
.github/workflows/validate.yml
@@ -41,7 +41,7 @@ jobs:
41
sudo apt -qy install libseccomp-dev
42
- uses: golangci/golangci-lint-action@v8
43
with:
44
- version: v2.1
+ version: v2.2
45
# Extra linters, only checking new code from a pull request.
46
- name: lint-extra
47
if: github.event_name == 'pull_request'
0 commit comments