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
{{ message }}
This repository was archived by the owner on Jun 26, 2024. It is now read-only.
In commit ea79796 ("update to operator-sdk 1.3.0 (#848)"), we upgraded
controller-gen to 0.8.0. However, v0.8.0 requires go 1.17 or greater,
which is currently unavailable in Red Hat's container registries (i.e.
there's no container on catalog.redhat.com); consequently, SBO is built
with go 1.16. Until that is rectified, downgrade controller-gen to
0.7.0, which builds with go 1.16.
At the same time, we should be using `go install` instead of the now
deprecated `go get` when we install tools. There are still a few tools
that require `go get`, but for those that don't, we should use the new
installation method. This requires a version bump of kustomize to work.
Signed-off-by: Andy Sadler <[email protected]>
0 commit comments