Skip to content

Commit 8232115

Browse files
committed
bump k8s to 1.22
This PR bumps k8s modules to 1.22.0
1 parent 1249b4b commit 8232115

File tree

4 files changed

+227
-91
lines changed

4 files changed

+227
-91
lines changed

examples/guestbook-operator/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.13
44

55
require (
66
github.com/go-logr/logr v0.4.0
7-
k8s.io/apimachinery v0.21.1
8-
k8s.io/client-go v0.21.1
7+
k8s.io/apimachinery v0.22.0
8+
k8s.io/client-go v0.22.0
99
sigs.k8s.io/controller-runtime v0.9.0
1010
sigs.k8s.io/kubebuilder-declarative-pattern v0.0.0
1111
)

0 commit comments

Comments
 (0)