Skip to content

Commit f097664

Browse files
[skip-ci] Update golangci/golangci-lint-action action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9b3ad0d commit f097664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ jobs:
3737
sudo apt-get -qq update
3838
sudo apt-get -qq install libseccomp-dev libdevmapper-dev
3939
- name: lint
40-
uses: golangci/golangci-lint-action@v3
40+
uses: golangci/golangci-lint-action@v4
4141
with:
4242
version: "${{ env.LINT_VERSION }}"
4343
args: --verbose
4444
# Extra linters, only checking new code from a pull request.
4545
- name: Extra golangci-lint config. switcharoo
4646
run: mv .golangci-extra.yml golangci.yml
4747
- name: lint-extra
48-
uses: golangci/golangci-lint-action@v3
48+
uses: golangci/golangci-lint-action@v4
4949
with:
5050
version: "${{ env.LINT_VERSION }}"
5151
only-new-issues: true

0 commit comments

Comments
 (0)