Skip to content

Commit f74cfd9

Browse files
committed
update client go to the latest version
1 parent 3429c44 commit f74cfd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
k8s.io/api v0.32.2
1414
k8s.io/apimachinery v0.32.2
1515
k8s.io/apiserver v0.32.0
16-
k8s.io/client-go v1.5.2
16+
k8s.io/client-go v0.32.3
1717
k8s.io/component-base v0.32.0
1818
k8s.io/csi-translation-lib v0.32.2
1919
k8s.io/klog/v2 v2.130.1

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ k8s.io/apimachinery/third_party/forked/golang/reflect
444444
# k8s.io/apiserver v0.32.0 => k8s.io/apiserver v0.32.0
445445
## explicit; go 1.23.0
446446
k8s.io/apiserver/pkg/util/feature
447-
# k8s.io/client-go v1.5.2 => k8s.io/client-go v0.32.0
447+
# k8s.io/client-go v0.32.3 => k8s.io/client-go v0.32.0
448448
## explicit; go 1.23.0
449449
k8s.io/client-go/applyconfigurations
450450
k8s.io/client-go/applyconfigurations/admissionregistration/v1

0 commit comments

Comments
 (0)