Files
podman/hack
Paul Holzinger 2e7178f428 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>
2026-05-28 20:38:49 +02:00
..
2022-09-23 09:58:39 +01:00
2025-12-17 14:37:12 +01:00