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 e74ff0f commit 6bcc736Copy full SHA for 6bcc736
.github/workflows/validate.yml
@@ -34,12 +34,11 @@ jobs:
34
- uses: actions/setup-go@v5
35
with:
36
go-version: "${{ env.GO_VERSION }}"
37
- cache: false # golangci-lint-action does its own caching
38
- name: install deps
39
run: |
40
sudo apt -q update
41
sudo apt -qy install libseccomp-dev
42
- - uses: golangci/golangci-lint-action@v4
+ - uses: golangci/golangci-lint-action@v5
43
44
version: v1.54
45
# Extra linters, only checking new code from a pull request.
0 commit comments