Bump golangci-lint to 2.12.2

This commit is contained in:
Stefan Haller 2026-08-16 16:08:53 +02:00
parent 486d8536f2
commit 37c53ac1bf
2 changed files with 2 additions and 2 deletions

View file

@ -195,7 +195,7 @@ jobs:
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9 uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
with: with:
# If you change this, make sure to also update scripts/golangci-lint-shim.sh # If you change this, make sure to also update scripts/golangci-lint-shim.sh
version: v2.4.0 version: v2.12.2
upload-coverage: upload-coverage:
# List all jobs that produce coverage files # List all jobs that produce coverage files
needs: [unit-tests, integration-tests] needs: [unit-tests, integration-tests]

View file

@ -3,6 +3,6 @@
set -e set -e
# Must be kept in sync with the version in .github/workflows/ci.yml # Must be kept in sync with the version in .github/workflows/ci.yml
version="v2.4.0" version="v2.12.2"
go run "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$version" "$@" go run "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$version" "$@"