-
Notifications
You must be signed in to change notification settings - Fork 129
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
Bump Go version to 1.19
#294
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Will merge once golang 1.18 goes EOL.
Seems you need to also bump the code generators @pjbgf . |
Signed-off-by: Paulo Gomes <[email protected]>
Signed-off-by: Paulo Gomes <[email protected]>
@maiqueb thanks for pointing it out, I updated |
Signed-off-by: Paulo Gomes <[email protected]>
@pjbgf Hey, apologies that we didn't get your PR merged -- probably should have gotten your PR merged first. Your commits have made it into master branch however. I'll close out this PR. I appreciate your contribution! |
@maiqueb @nicklesimba no worries, thank you for the heads up. 👍 |
What this PR does / why we need it:
Bumps Go version to
1.19
and removes usage of packageio/ioutil
which is deprecated since Go1.16
.Supersedes #271.