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
Bumping the go directive in the go.mod files propagates to dependents virally, including kube-openapi.
Since this repo only releases from HEAD, we should be intentional when updating this directive since we may have to update on older kubernetes release branches.
Until golang/go#65573 is resolved and available, I'd suggest keeping the go directive in this repo no higher than the version of go reflected in the root go.mod file of the oldest supported kubernetes/kubernetes release branch
Bumping the go directive in the go.mod files propagates to dependents virally, including kube-openapi.
Since this repo only releases from HEAD, we should be intentional when updating this directive since we may have to update on older kubernetes release branches.
Until golang/go#65573 is resolved and available, I'd suggest keeping the go directive in this repo no higher than the version of go reflected in the root
go.mod
file of the oldest supported kubernetes/kubernetes release branchcc @thockin
The text was updated successfully, but these errors were encountered: