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
Why do we need it?
Keeping up with go versions is required if we want to update to newest Kubernetes libraries (for example, controller-gen creates 1.17 versions). Also, 1.18 is coming out soon which means older go versions will be deprecated.
What is missing?
Similar to k8ssandra/k8ssandra-operator#310 we should update cass-operator to use go 1.17
Why do we need it?
Keeping up with go versions is required if we want to update to newest Kubernetes libraries (for example, controller-gen creates 1.17 versions). Also, 1.18 is coming out soon which means older go versions will be deprecated.
We need to also remove use of io/util (was deprecated in 1.16): https://go.dev/doc/go1.16#ioutil
The text was updated successfully, but these errors were encountered: