Override default build_root_image to use Go 1.23: release-4.15#281
Override default build_root_image to use Go 1.23: release-4.15#281danchild wants to merge 1 commit into
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
The newer OTE (openshift-test-ext) requires a minimum of go version 1.23. **rhel-9-release-golang-1.23-openshift-4.15** does not exist however rhel-9-release-golang-1.23-openshift-4.16 does. This serves as a workaround which is likely easier to accomplish the goals of the OTE migration as opposed to downgrading openshift-test-ext to an earlier version. Signed-off-by: Dan Childers <dchilder@redhat.com>
b0cf89b to
72e94d9
Compare
|
/assign @mandre |
|
@danchild: all tests passed! 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-sigs/prow repository. I understand the commands that are listed here. |
|
/verified by @danchild |
|
@danchild: This PR has been marked as verified by DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
This is an extension of of work in #274
The newer OTE (openshift-test-ext) requires a minimum of go version 1.23.
rhel-9-release-golang-1.23-openshift-4.15 does not exist
however rhel-9-release-golang-1.23-openshift-4.16 does
and is the earliest supported tag using Go 1.23.
This serves as a workaround which is likely easier to accomplish
the goals of the OTE migration as opposed to downgrading
openshift-test-ext to earlier version.