-
Notifications
You must be signed in to change notification settings - Fork 101
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
Upgrade Go version to 1.19 #561
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.
@ishan16696 thanks for the PR. Generally LGTM. Maybe in the same PR can you also upgrade the image from go v1.19.2
to v1.19.3
as it addresses many vulnerabilities such as this one and also mentioned here?
done. PTAL |
@ishan16696 Thanks for making the requested changes. Please check the failing unit tests. Also, please change the release note to something like: ```noteworthy operator Update golang version for Docker image build to `v1.19.3`.``` ```noteworthy developer Update golang version for dependency vendoring to `v1.19`.``` |
/reviewed ok-to-test |
Updated the release note, failing unit tests are just flaky tests. PTAL. |
/lgtm |
@shreyas-s-rao Command |
What this PR does / why we need it:
Upgrade Go version to v1.19 for etcd-backup-restore as etcd-druid is also using the Go version v1.19. check here.
This PR updated Go version to v1.19.3 used to build docker image.
This PR also updated the pipeline definitions to use Go v1.19.3
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: