Skip to content
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

Use go 1.19 #2708

Merged
merged 1 commit into from Sep 16, 2022
Merged

Use go 1.19 #2708

merged 1 commit into from Sep 16, 2022

Conversation

ozamosi
Copy link
Contributor

@ozamosi ozamosi commented Sep 6, 2022

The change mostly consists of a bunch of // having been inserted by
the upgraded go fmt, and remove ioutil all over.

For compatibility's sake, I've left go.mod still supporting 1.18, but
all lint rules and the like are now using 1.19.

This resolves #2681.

@ozamosi ozamosi force-pushed the go-1.19 branch 2 times, most recently from 631cf2e to cf36ad7 Compare September 16, 2022 12:01
The change mostly consists of a bunch of `//` having been inserted by
the upgraded `go fmt`, and remove ioutil all over.

For compatibility's sake, I've left go.mod still supporting 1.18, but
all lint rules and the like are now using 1.19.

This resolves #2681.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move weave gitops to go 1.19
2 participants