keikoproj/active-monitor

Update go version to 1.18

sasagarw opened this issue · 0 comments

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.