-
Notifications
You must be signed in to change notification settings - Fork 2.1k
update machine api providers to use proper golang version #18348
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 machine api providers to use proper golang version #18348
Conversation
This change updates all the machine api providers to use the proper go versions depending on the openshift release. It is being made to address issues with `go vet` that arising due to an old golang version (1.13). For all the providers the following changes have been made: * master, 4.8, and 4.9 now use go lang 1.16 as the base image * 4.7 now uses go lang 1.15 as the base image
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: elmiko 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 |
|
/lgtm |
|
/approve Some on-going flakes with metal ipi, but the ones that passed looked good and nothing failed in an unexpected way. |
|
@elmiko: 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. |
|
/assign @Gal-Zaidman |
|
/lgtm |
|
/lgtm |
|
/lgtm |
|
/lgtm |
|
/approve |
|
@elmiko: Updated the following 4 configmaps:
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 kubernetes/test-infra repository. |
This change updates all the machine api providers to use the proper go
versions depending on the openshift release. It is being made to address
issues with
go vetthat arising due to an old golang version (1.13).For all the providers the following changes have been made:
This change is needed by:
openshift/cluster-api-provider-kubevirt#35
openshift/cluster-api-provider-openstack#180
openshift/cluster-api-provider-baremetal#151
openshift/cluster-api-provider-ovirt#103
Given the size of this change, I would like to get sign off from the following teams