elastic / crd-ref-docs

Generates Kubernetes CRD API reference documentation
Apache License 2.0
103 stars 53 forks source link

Upgrade controller-tools to latest #62

Closed enocom closed 7 months ago

enocom commented 8 months ago

This project is using a version of sigs.k8s.io/controller-tools that doesn't work with Go 1.22.

Details on the issue are here: https://github.com/kubernetes-sigs/controller-tools/issues/880.

v0.14.0 has been released and supports Go 1.22. Would you be open to cutting a release with this new version?

Currently, anyone trying to use this project with Go 1.22 will see panics like the one captured here: https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/531.