Files
podman/hack
Paul Holzinger a55a025e7b hack/golangci-lint.sh: fix binary lookup order
The install script only reuses the binary from $PATH if the version
matches otherwise installs into ./bin, if the version of $PATH matches
then the binary from ./bin is removed there.

That means the actual run must prefer ./bin as this has a known good
version when it exists unlike $PATH which can be the wrong version.

This fixes the logic added in commit cf021c4ba9.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
(cherry picked from commit 2e7178f428)
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-06-04 20:04:25 +02:00
..
2022-09-23 09:58:39 +01:00
2023-07-24 19:23:04 +02:00
2026-02-05 14:53:34 +01:00