We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3ad0d commit f097664Copy full SHA for f097664
.github/workflows/validate.yml
@@ -37,15 +37,15 @@ jobs:
37
sudo apt-get -qq update
38
sudo apt-get -qq install libseccomp-dev libdevmapper-dev
39
- name: lint
40
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v4
41
with:
42
version: "${{ env.LINT_VERSION }}"
43
args: --verbose
44
# Extra linters, only checking new code from a pull request.
45
- name: Extra golangci-lint config. switcharoo
46
run: mv .golangci-extra.yml golangci.yml
47
- name: lint-extra
48
49
50
51
only-new-issues: true
0 commit comments