mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00

This is shown when golangci-lint is run with --tests=false > test/e2e/config.go:7:2: var fedoraMinimal is unused (unused) > fedoraMinimal = "quay.io/libpod/systemd-image:20240124" > ^ > test/e2e/config.go:18:2: var volumeTest is unused (unused) > volumeTest = "quay.io/libpod/volume-plugin-test-img:20220623" > ^ Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
9 lines
181 B
Go
9 lines
181 B
Go
//go:build linux || freebsd
|
|
|
|
package integration
|
|
|
|
var (
|
|
fedoraMinimal = "quay.io/libpod/systemd-image:20240124"
|
|
volumeTest = "quay.io/libpod/volume-plugin-test-img:20220623"
|
|
)
|