Update DefaultKubeBinaryVersion to 1.36

This commit is contained in:
Michael Aspinwall
2025-12-26 17:06:32 +00:00
parent d719bc771f
commit c2805d38c4

View File

@@ -60,5 +60,5 @@ const (
// DefaultKubeBinaryVersion is the hard coded k8 binary version based on the latest K8s release.
// It is supposed to be consistent with gitMajor and gitMinor, except for local tests, where gitMajor and gitMinor are "".
// Should update for each minor release!
DefaultKubeBinaryVersion = "1.35"
DefaultKubeBinaryVersion = "1.36"
)