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.
2 parents 83ea9e5 + f452f66 commit 6cf790cCopy full SHA for 6cf790c
.github/workflows/validate.yml
@@ -38,14 +38,14 @@ jobs:
38
run: |
39
sudo apt -q update
40
sudo apt -qy install libseccomp-dev
41
- - uses: golangci/golangci-lint-action@v5
+ - uses: golangci/golangci-lint-action@v6
42
with:
43
version: v1.57
44
# Extra linters, only checking new code from a pull request.
45
- name: lint-extra
46
if: github.event_name == 'pull_request'
47
48
- golangci-lint run --config .golangci-extra.yml --new-from-rev=HEAD~1 --out-format=github-actions
+ golangci-lint run --config .golangci-extra.yml --new-from-rev=HEAD~1
49
50
compile-buildtags:
51
runs-on: ubuntu-22.04
0 commit comments