spiegel_podman/cmd/podman-testing
Paul Holzinger 22e2f85311
fix small lint error
This was report on of of my PRs, I do not know why this fails there all
of the sudden, it seems golangci-lint has gotten flaky recently.

Locally the linter passes without this change just fine but in CI this
seems to fail:

Error: cmd/podman-testing/call.go:58:22: SA4023(related information): the lhs of the comparison is the 1st return value of this function call (staticcheck)
	reflectionClient := reflectionv1.NewServerReflectionClient(grpcClient)
	                    ^
Error: cmd/podman-testing/call.go:59:5: SA4023: this comparison is never true (staticcheck)
	if reflectionClient == nil {
	   ^

The lint seems right, NewServerReflectionClient never returns nil so
lets just fix it.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2026-06-10 15:05:24 +02:00
..
call.go fix small lint error 2026-06-10 15:05:24 +02:00
create.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
data.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
layer.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
main.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
remove.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
store_supported.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
store_unsupported.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00