Skip to content

Commit

Permalink
Merge pull request #4275 from kolyshkin/bump-golangci-lint-action
Browse files Browse the repository at this point in the history
ci/gha: bump golangci-lint-action from 5 to 6
  • Loading branch information
lifubang committed May 8, 2024
2 parents 83ea9e5 + f452f66 commit 6cf790c
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 @@ -38,14 +38,14 @@ jobs:
run: |
sudo apt -q update
sudo apt -qy install libseccomp-dev
- uses: golangci/golangci-lint-action@v5
- uses: golangci/golangci-lint-action@v6
with:
version: v1.57
# Extra linters, only checking new code from a pull request.
- name: lint-extra
if: github.event_name == 'pull_request'
run: |
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
compile-buildtags:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 6cf790c

Please sign in to comment.