Skip to content

Commit 6cf790c

Browse files
authored
Merge pull request #4275 from kolyshkin/bump-golangci-lint-action
ci/gha: bump golangci-lint-action from 5 to 6
2 parents 83ea9e5 + f452f66 commit 6cf790c

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
@@ -38,14 +38,14 @@ jobs:
3838
run: |
3939
sudo apt -q update
4040
sudo apt -qy install libseccomp-dev
41-
- uses: golangci/golangci-lint-action@v5
41+
- uses: golangci/golangci-lint-action@v6
4242
with:
4343
version: v1.57
4444
# Extra linters, only checking new code from a pull request.
4545
- name: lint-extra
4646
if: github.event_name == 'pull_request'
4747
run: |
48-
golangci-lint run --config .golangci-extra.yml --new-from-rev=HEAD~1 --out-format=github-actions
48+
golangci-lint run --config .golangci-extra.yml --new-from-rev=HEAD~1
4949
5050
compile-buildtags:
5151
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)