-
Notifications
You must be signed in to change notification settings - Fork 102
Update to golang 1.18.6 #535
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
Conversation
798f9ce
to
6590bad
Compare
In druid we have updated the golang version to |
We need golang |
ok, make sense |
6590bad
to
b52bd0b
Compare
b52bd0b
to
359ce4b
Compare
* Update Dockerfile to use go 1.18.6 * Update pipeline definition to use go 1.18.6
* Fix the ProbeEtcd timeout. (#532) * Fix the ProbeEtcd timeout. * Improved th 7E64 e logging while closing the snapshotter. * always update member peer url and changed the way to identify scaleup * fixed unit tests * addressed review comments * addressed review comments * used Errorf instead of Error * made some modifications on how to initialize peerURLTLSEnabled * removed commented code * addressed review comment - removed commented code * Update to golang 1.18.6 (#535) * Update Dockerfile to use go 1.18.6 * Update pipeline definition to use go 1.18.6 Co-authored-by: Ishan Tyagi <42602577+ishan16696@users.noreply.github.com> Co-authored-by: Madhav Bhargava <madhav.bhargava@sap.com>
What this PR does / why we need it:
This PR updated the golang version used to build images from
1.18.3
to1.18.6
This PR also updated the pipeline definitions to use go
1.18.6
Which issue(s) this PR fixes:
Fixes CVE-2022-27664
Special notes for your reviewer:
Release note: