openstack-k8s-operators / horizon-operator

Apache License 2.0
1 stars 26 forks source link

Regenerate go.mod indirect dependencies #296

Closed gibizer closed 8 months ago

gibizer commented 8 months ago

During the golang version bump we unintentionally introduced a too new indirect dependency on kube-openapi:

k8s.io/kube-openapi@v0.0.0-20240209001042-7a0d5b415232

This is not required by any of our direct deps and this is also a version that required golang 1.21. If your system has golang 1.21 installed the this dependency might force go mod tidy to change the golang version in the go.mod file to 1.21.

This patch removed all the indirect dependencies and let go mod tidy to regenerate them to get rid of the too new kube-openapi version.

openshift-ci[bot] commented 8 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abays, gibizer

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: - ~~[OWNERS](https://github.com/openstack-k8s-operators/horizon-operator/blob/main/OWNERS)~~ [abays] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
openshift-ci[bot] commented 8 months ago

New changes are detected. LGTM label has been removed.