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
Is your feature request related to a problem? Please describe.
Earlier go version produces breaking changes. The workflow is running 1.18 whereas repo is using 1.15, this creates breaking run of workflow because 1.18 uses go install instead of go get. Even kubebuilder is breaking since we should setup test env using make targets.
Describe the solution you'd like
Update go to 1.18 and use make targets for setting up test env.
Have you thought about contributing yourself?
Open Source software thrives with your contribution. It not only gives skills you might not be able to get in your day job, it also looks amazing on your resume.
If you want to get involved, check out the contributing guide, then reach out to us on Slack so we can see how to get you started.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Earlier go version produces breaking changes. The workflow is running 1.18 whereas repo is using 1.15, this creates breaking run of workflow because 1.18 uses
go install
instead ofgo get
. Even kubebuilder is breaking since we should setup test env using make targets.Describe the solution you'd like
Update go to 1.18 and use make targets for setting up test env.
Have you thought about contributing yourself?
Open Source software thrives with your contribution. It not only gives skills you might not be able to get in your day job, it also looks amazing on your resume.
If you want to get involved, check out the
contributing guide, then reach out to us on Slack so we can see how to get you started.
The text was updated successfully, but these errors were encountered: