Bump golangci-lint to 2.12.2

This commit is contained in:
Stefan Haller
2026-08-16 16:35:11 +02:00
parent 486d8536f2
commit 37c53ac1bf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ jobs:
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
with:
# If you change this, make sure to also update scripts/golangci-lint-shim.sh
version: v2.4.0
version: v2.12.2
upload-coverage:
# List all jobs that produce coverage files
needs: [unit-tests, integration-tests]
+1 -1
View File
@@ -3,6 +3,6 @@
set -e
# 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" "$@"