-
Notifications
You must be signed in to change notification settings - Fork 1.1k
update go to 1.17 in go.mod #5577
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
Codecov Report
@@ Coverage Diff @@
## main #5577 +/- ##
=======================================
Coverage 43.22% 43.22%
=======================================
Files 123 123
Lines 12214 12214
=======================================
Hits 5280 5280
Misses 6426 6426
Partials 508 508 |
|
@cri-o/cri-o-maintainers PTAL |
|
thanks for taking this over, openshift CI is sad today. if it doesn't get fixed by tomorrow, I'll push this through /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, QiWang19 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
can you rebase to fix CI @QiWang19 ? |
Signed-off-by: rockmenjack <[email protected]> Signed-off-by: Qi Wang <[email protected]>
|
/retest |
|
@QiWang19: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
Update go to 1.17 in go.mod (Replace #5473)
Signed-off-by: rockmenjack [email protected]
Signed-off-by: Qi Wang [email protected]
What type of PR is this?
/kind dependency-change
What this PR does / why we need it:
golang 1.15 can no longer compile cri-o because kubernetes/client-go@ef1d5d2 has introduced io/fs which comes with golang 1.17
Which issue(s) this PR fixes:
this PR just update go.mod to reflect dependency on golang 1.17+
Special notes for your reviewer:
Does this PR introduce a user-facing change?