-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
bumped go version to 1.18.2 #8578
Conversation
@longwuyuan: This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@rikatz @tao12345666333 first time I am bumping go, so please forgive mistakes and advise next steps on mistakes |
/assign @rikatz |
thanks Long! Some places to be changed as well:
And finally the root go.mod should be changed to go v1.18 as well :) |
I edited the files you mentioned @rikatz. Please check. But, just now, I saw v1.18.2 is out as well. So in the spots where there is just |
checking failed tests. maybe should have built & promoted the cetgen and other images first |
/lgtm |
Had forgotten to bump in /go.mod . Re-pushed after bumping in /go.mod as well. |
Yeah let's move to 1.18.2 as it fixes a cve |
/hold cancel |
/hold |
@longwuyuan using go 1.18.2, go to auth-svc and webhook dirs (and also in the main one) and run "go mod tidy" This will update go.sum and the tests should pass |
@rikatz sorry for that. Did that now. Waiting for tests |
no need to ask for sorry, first time doing this right? :D |
:-) thanks. |
I forgot something else. |
We can do that in a separate PR |
/check-cla |
/hold cancel |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ElvinEfendi, longwuyuan, rikatz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@longwuyuan now you need to promote all generated images :) |
@rikatz assigned kubernetes/k8s.io#3727 to you for promoting certain and errors images. (We need to create a repo for other images that we see directories for under /images but don't have a image repo for) |
What this PR does / why we need it:
Types of changes
Which issue/s this PR fixes
fixes #8577
How Has This Been Tested?
Checklist: