Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Go to 1.17 #292

Closed
burmanm opened this issue Mar 7, 2022 · 1 comment · Fixed by #293
Closed

Update Go to 1.17 #292

burmanm opened this issue Mar 7, 2022 · 1 comment · Fixed by #293
Assignees
Labels
enhancement New feature or request

Comments

@burmanm
Copy link
Contributor

burmanm commented Mar 7, 2022

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

@burmanm burmanm added the enhancement New feature or request label Mar 7, 2022
@burmanm burmanm self-assigned this Mar 7, 2022
@burmanm burmanm mentioned this issue Mar 8, 2022
5 tasks
@burmanm
Copy link
Contributor Author

burmanm commented Mar 17, 2022

Also, update controller-runtime (and controller-gen) to newest version for the Go 1.17 support. These include bumping Kubernetes dependencies to 1.23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant