Closed gibizer closed 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
New changes are detected. LGTM label has been removed.
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.