Skip to content

Commit db2f468

Browse files
committed
e2e: Use correct version of k8s.io/client-go
1 parent bb8fe52 commit db2f468

File tree

1 file changed

+1
-1
lines changed
  • vertical-pod-autoscaler/e2e

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/e2e/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.33.0
1414
k8s.io/apimachinery v0.33.0
1515
k8s.io/autoscaler/vertical-pod-autoscaler v1.3.0
16-
k8s.io/client-go v1.5.2
16+
k8s.io/client-go v0.33.0
1717
k8s.io/component-base v0.33.0
1818
k8s.io/klog/v2 v2.130.1
1919
k8s.io/kubernetes v1.33.0

0 commit comments

Comments
 (0)