Skip to content

Commit

Permalink
Merge pull request #129688 from cpanato/update-main-go124
Browse files Browse the repository at this point in the history
[go] Bump images, dependencies and versions to go 1.24.0

Kubernetes-commit: b8c95e1954ef222988c0dfe5b45d5cc96c09bcb8
  • Loading branch information
k8s-publishing-bot committed Feb 27, 2025
2 parents 25eddff + 9e4d5b7 commit c3130ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

module k8s.io/api

go 1.23.0
go 1.24.0

godebug default=go1.23
godebug default=go1.24

require (
github.com/gogo/protobuf v1.3.2
k8s.io/apimachinery v0.0.0-20250224154452-ee1e055b7c5f
k8s.io/apimachinery v0.0.0-20250227200116-758f86daa84e
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
k8s.io/apimachinery v0.0.0-20250224154452-ee1e055b7c5f h1:hLO0NWnG++uSNogFqkwA1CXzX7/GJ1PdEqdiIII8RLE=
k8s.io/apimachinery v0.0.0-20250224154452-ee1e055b7c5f/go.mod h1:StwHrDdBNUxy5DD2bQNSVa9qiaF/3yPBnYzf0pqmnKA=
k8s.io/apimachinery v0.0.0-20250227200116-758f86daa84e h1:CR4LN6JSVaR6vqUTUZ4+jgf4YPlHB0JOK1YBT1h2j0I=
k8s.io/apimachinery v0.0.0-20250227200116-758f86daa84e/go.mod h1:861nWA3UpwBXwcIu/k1v7qBnpTrlpPJM9iEX4nngAj8=
k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 h1:M3sRQVHv7vB20Xc2ybTt7ODCeFj6JSWYFzOFnYeS6Ro=
Expand Down

0 comments on commit c3130ba

Please sign in to comment.