podman icon indicating copy to clipboard operation
podman copied to clipboard

update test/tools vendor and ginkgo

Open Luap99 opened this issue 8 months ago • 2 comments

Does this PR introduce a user-facing change?

None

Luap99 avatar Mar 12 '25 18:03 Luap99

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Luap99

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 /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

openshift-ci[bot] avatar Mar 12 '25 18:03 openshift-ci[bot]

PR needs rebase.

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-sigs/prow repository.

openshift-merge-robot avatar Mar 23 '25 00:03 openshift-merge-robot

A friendly reminder that this PR had no activity for 30 days.

github-actions[bot] avatar May 01 '25 00:05 github-actions[bot]

@Luap99 afaics this PR is obsoleted by #25732 and recent renovate PRs and should be closed.

kolyshkin avatar May 01 '25 00:05 kolyshkin

@Luap99 afaics this PR is obsoleted by https://github.com/containers/podman/pull/25732 and recent renovate PRs and should be closed.

That only changed ginkgo not the other deps. The issue here is that we got into a situation where go-swagger cannot be updated as it breaks once go.mod is updated to go 1.23 (https://github.com/go-swagger/go-swagger/issues/3131) and thus we cannot update the other tools since they now depend on go 1.23. So overall I would say this is a quite bad situation as we seem to be using unmaintained tooling.

I don't know the cards but I believe someone is lookup into swagger alternatives (or ways to improve swagger)

Luap99 avatar May 02 '25 10:05 Luap99