Bump golangci-lint to v.2.4.0 from v2.2.1

This commit is contained in:
kyu08
2025-10-05 10:17:03 +02:00
committed by Stefan Haller
parent 7544de03c0
commit 47b1ededf3
2 changed files with 2 additions and 2 deletions
+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.2.1"
version="v2.4.0"
go run "github.com/golangci/golangci-lint/v2/cmd/golangci-lint@$version" "$@"