-
Notifications
You must be signed in to change notification settings - Fork 14
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
Prepare for go1.18 #243
Comments
This should be fixed by v1.21.0 of the operator-sdk according toi operator-framework/operator-sdk#5564. It seems to be scheduled for 18th May |
People are suggesting to install |
I was considering forking the install script for kustomize to allow specifying something like |
Seems kubebuilder is making progress on the arm binary: kubernetes-sigs/kubebuilder#1932 (comment) |
Also update tooling: - controller-gen@v0.9.0 - operator-sdk@1.21.0 - kustomize@v4.5.5 Fixes #243 Signed-off-by: Christian Zunker <christian@mondoo.com>
* 🧹 Update to go 1.18 Also update tooling: - controller-gen@v0.9.0 - operator-sdk@1.21.0 - kustomize@v4.5.5 * Use relative path for mockgen Fixes #243 Signed-off-by: Christian Zunker <christian@mondoo.com>
Building with a freshly checked out repo, fails to install the controller-gen with golang 1.18.
Fix this issue and any other others that keep us from building/developing mondoo-operator with go 1.18.
The text was updated successfully, but these errors were encountered: