scylladb / scylla-operator

The Kubernetes Operator for ScyllaDB
https://operator.docs.scylladb.com/
Apache License 2.0
332 stars 162 forks source link

Move to golang 1.22 #1860

Closed tnozicka closed 6 months ago

tnozicka commented 6 months ago

We should move to golang >=1.22.1 to keep up. Also fixes the for loops finally, so we could drop the old workarounds as well.

https://go.dev/blog/loopvar-preview https://go.dev/blog/go1.22

Our golang image for v1.22.1 is already available.