Skip to content

Commit 87f9e18

Browse files
Update kubernetes packages to v0.33.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 21ad044 commit 87f9e18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ toolchain go1.21.13
66

77
require (
88
github.com/stretchr/testify v1.8.4
9-
k8s.io/api v0.29.0
10-
k8s.io/apimachinery v0.29.0
11-
k8s.io/client-go v0.29.0
9+
k8s.io/api v0.33.0
10+
k8s.io/apimachinery v0.33.0
11+
k8s.io/client-go v0.33.0
1212
)
1313

1414
require (

0 commit comments

Comments
 (0)