Merge pull request #4692 from kolyshkin/golangci-v2

ci: switch to golangci-lint v2
This commit is contained in:
Sebastiaan van Stijn
2025-03-31 16:31:28 +02:00
committed by GitHub
12 changed files with 48 additions and 30 deletions
+2 -2
View File
@@ -38,9 +38,9 @@ jobs:
run: |
sudo apt -q update
sudo apt -qy install libseccomp-dev
- uses: golangci/golangci-lint-action@v6
- uses: golangci/golangci-lint-action@v7
with:
version: v1.64
version: v2.0
# Extra linters, only checking new code from a pull request.
- name: lint-extra
if: github.event_name == 'pull_request'