Skip to content

Commit 2e5d30f

Browse files
fix(deps): update kubernetes packages to v0.32.1
| datasource | package | from | to | | ---------- | ------------------- | ------- | ------- | | go | k8s.io/api | v0.30.3 | v0.32.1 | | go | k8s.io/apimachinery | v0.30.3 | v0.32.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ab24e1 commit 2e5d30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ require (
77
github.com/cloudnative-pg/machinery v0.0.0-20241030141148-670a0f16f836
88
github.com/onsi/ginkgo/v2 v2.21.0
99
github.com/onsi/gomega v1.35.1
10-
k8s.io/api v0.30.3
11-
k8s.io/apimachinery v0.30.3
10+
k8s.io/api v0.32.1
11+
k8s.io/apimachinery v0.32.1
1212
sigs.k8s.io/controller-runtime v0.18.4
1313
)
1414

0 commit comments

Comments
 (0)