mirror of
https://github.com/containers/podman.git
synced 2025-10-10 15:57:33 +08:00

golangci-lint v2 introduced a new command, fmt, which runs configured formatters (see formatters in .golangci.yml). Use this for generated files. Drop separate goimports binary. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>