Skip to content

Commit

Permalink
Merge pull request containers#1857 from containers/renovate/golangci-…
Browse files Browse the repository at this point in the history
…golangci-lint-action-4.x

[skip-ci] Update golangci/golangci-lint-action action to v4
  • Loading branch information
openshift-merge-bot[bot] authored Feb 10, 2024
2 parents 9b3ad0d + f097664 commit 91e0fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
sudo apt-get -qq update
sudo apt-get -qq install libseccomp-dev libdevmapper-dev
- name: lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: "${{ env.LINT_VERSION }}"
args: --verbose
# Extra linters, only checking new code from a pull request.
- name: Extra golangci-lint config. switcharoo
run: mv .golangci-extra.yml golangci.yml
- name: lint-extra
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: "${{ env.LINT_VERSION }}"
only-new-issues: true
Expand Down

0 comments on commit 91e0fac

Please sign in to comment.