Merge pull request #135531 from pohly/golangci-lint-bump

golangci-lint: bump to v2.7.1

Kubernetes-commit: 430fef557f34c6145d4607f9d65d46ac5f7a7b66
This commit is contained in:
Kubernetes Publisher
2025-12-18 07:55:18 -08:00
4 changed files with 6 additions and 8 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ godebug default=go1.25
require (
golang.org/x/time v0.9.0
k8s.io/api v0.0.0-20251218142453-d61fc3e73090
k8s.io/apimachinery v0.0.0-20251218062153-94056eccfb12
k8s.io/apimachinery v0.0.0-20251218155518-84d740c9e27f
k8s.io/client-go v0.0.0-20251218182902-ba82880ed7f8
k8s.io/code-generator v0.0.0-20251218143735-423c128172b0
k8s.io/code-generator v0.0.0-20251218183736-48c1e87a815d
k8s.io/klog/v2 v2.130.1
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
)