-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update go version to 1.21 #91
Conversation
Signed-off-by: thepetk <thepetk@gmail.com>
@thepetk: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
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.
It's possible it isn't reading the go version properly in the failed test. We could try logging the go env
to see what its looking for
Changes here might fix this failed check. FYI @Jdubrick |
Yes I was thinking about this process because it's a bit complicated. AFAIK we need to merge first the openshift release PR, then we will get the 4.15 checks and then if they are ok we can merge the current PR right? |
That sounds like the most likely workflow to me, it doesn't hurt to do the openshift release PR first and see what happens. At the very least we know there is something more on this PR to debug if it doesn't address the issue |
@michael-valdron @Jdubrick Now that the openshift/release#53498 is merged I see the statuses are ok |
Signed-off-by: thepetk <thepetk@gmail.com>
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.
/lgtm
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.
/lgtm
Builds and deploys successfully 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Jdubrick, michael-valdron, thepetk 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 |
* Update go version to 1.21 Signed-off-by: thepetk <thepetk@gmail.com> * Pin image version Signed-off-by: thepetk <thepetk@gmail.com> --------- Signed-off-by: thepetk <thepetk@gmail.com>
Please specify the area for this PR
registry-operator
What does does this PR do / why we need it:
This PR upgrades the go version from
1.19
to1.21
and thek8s.io/api
from0.26.10
to0.29.2
.It also includes the necessary refactoring, mostly coming from the necessary bump up of the
controller-runtime
.Which issue(s) this PR fixes:
Fixes devfile/api#1559
PR acceptance criteria:
Documentation
Testing changes
Running Unit Tests
Running Integration Tests
Special notes to the reviewer: