Skip to content

Commit

Permalink
Update Kubernetes to v1.29
Browse files Browse the repository at this point in the history
Signed-off-by: Katyanna Moura <amelie.kn@gmail.com>
  • Loading branch information
katyanna committed Apr 30, 2024
1 parent 0666c2b commit a88aa98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ require (
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.28.8
k8s.io/apimachinery v0.28.8
k8s.io/client-go v0.28.8
k8s.io/api v0.29.4
k8s.io/apimachinery v0.29.4
k8s.io/client-go v0.29.4
k8s.io/klog/v2 v2.120.1 // indirect
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 // indirect
)
Expand Down

0 comments on commit a88aa98

Please sign in to comment.