You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kubernetes v1.24 is built on Go 1.18, and will not revert to Go 1.17 at
this point. Ergo, it should be allowed to use Go generics as soon as
1.24 is the oldest supported release.
- Generics should be **avoided** when writing Kubernetes bug fixes that are likely to be backported, to streamline cherry-picking to older release branches.
27
+
- Generics should be **avoided** when writing Kubernetes bug fixes that are
28
+
likely to be backported to v1.23 or older, to streamline cherry-picking to
29
+
those release branches which predate Go 1.18.
28
30
29
-
These restrictions should be considered lifted when v1.24 is out of support.
31
+
These restrictions should be considered lifted when v1.23 is out of support.
0 commit comments