-
Notifications
You must be signed in to change notification settings - Fork 186
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
MGMT-16990: Make the go version installed configurable #1634
MGMT-16990: Make the go version installed configurable #1634
Conversation
https://issues.redhat.com/browse/MGMT-16990 Hive has increased the minimum go version required to 1.21 which breaks the assisted-service CI jobs since the go version is pinned to 1.20. This introduces a configurable `GOVERSION` variable to allow other versions to be specified and installed.
@CrystalChun: GitHub didn't allow me to request PR reviews from the following users: adriengentil. Note that only openshift-metal3 members and repo collaborators can review this PR, and authors cannot review their own PRs. In 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 kubernetes/test-infra repository. |
Hi @CrystalChun. Thanks for your PR. I'm waiting for a openshift-metal3 member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
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
@adriengentil: changing LGTM is restricted to collaborators In 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 kubernetes/test-infra repository. |
/cc @bfournie |
/ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur 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 |
Tests failing on
Will retest in a few moments |
/retest-required |
1 similar comment
/retest-required |
/test e2e-metal-ipi-ovn-ipv6 |
/retest-required |
/retest |
/lgtm |
/test e2e-agent-compact-ipv4 |
4 similar comments
/test e2e-agent-compact-ipv4 |
/test e2e-agent-compact-ipv4 |
/test e2e-agent-compact-ipv4 |
/test e2e-agent-compact-ipv4 |
@CrystalChun: The following tests 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/test-infra repository. I understand the commands that are listed here. |
/retest-required |
85338bf
into
openshift-metal3:master
If
|
you would hit
|
https://issues.redhat.com/browse/MGMT-16990
Hive has increased the minimum go version required to 1.21 which breaks the assisted-service CI jobs since the go version is pinned to 1.20.
This introduces a configurable
GOVERSION
variable to allow other versions to be specified and installed./cc @adriengentil