workspace: fix Kubernetes version
I missed this in CL 674 as it is still not automatically derived.
This should really be derived automatically, but regexing it out
of go.mod or calling go list in here seems sketchy.
Change-Id: I32d5d7987b2a88c01c9239a470413b31c598608b
Reviewed-on: https://review.monogon.dev/c/monogon/+/682
Reviewed-by: Leopold Schabel <leo@nexantic.com>
diff --git a/build/print-workspace-status.sh b/build/print-workspace-status.sh
index 5e9b1f3..d3025b2 100755
--- a/build/print-workspace-status.sh
+++ b/build/print-workspace-status.sh
@@ -15,8 +15,8 @@
# TODO(q3k): unify with //third_party/go/repsitories.bzl.
KUBERNETES_gitMajor="1"
-KUBERNETES_gitMinor="23"
-KUBERNETES_gitVersion="v1.23.4+mngn"
+KUBERNETES_gitMinor="24"
+KUBERNETES_gitVersion="v1.24.0+mngn"
cat <<EOF
KUBERNETES_gitCommit $(git rev-parse "HEAD^{commit}")