Skip to content

Commit

Permalink
Merge pull request #169 from atoato88/bump-mod-to-k8s-1.22.0
Browse files Browse the repository at this point in the history
bump k8s to 1.22
  • Loading branch information
k8s-ci-robot authored Sep 16, 2021
2 parents f416088 + 5134e79 commit 497ee89
Show file tree
Hide file tree
Showing 4 changed files with 315 additions and 173 deletions.
8 changes: 4 additions & 4 deletions examples/guestbook-operator/go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module sigs.k8s.io/kubebuilder-declarative-pattern/examples/guestbook-operator

go 1.13
go 1.16

require (
github.com/go-logr/logr v0.4.0
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
sigs.k8s.io/controller-runtime v0.9.0
k8s.io/apimachinery v0.22.1
k8s.io/client-go v0.22.1
sigs.k8s.io/controller-runtime v0.10.0
sigs.k8s.io/kubebuilder-declarative-pattern v0.0.0
)

Expand Down
Loading

0 comments on commit 497ee89

Please sign in to comment.