mirror of
https://github.com/containers/podman.git
synced 2025-06-01 17:17:47 +08:00
bump golangci-lint to v1.45.0
* supports Go 1.18 * disable a number of new linters * fix minor stylecheck issues [NO NEW TESTS NEEDED] Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
@ -370,7 +370,7 @@ func (v *MachineVM) Start(name string, _ machine.StartOptions) error {
|
||||
conn net.Conn
|
||||
err error
|
||||
qemuSocketConn net.Conn
|
||||
wait time.Duration = time.Millisecond * 500
|
||||
wait = time.Millisecond * 500
|
||||
)
|
||||
|
||||
if v.isIncompatible() {
|
||||
|
Reference in New Issue
Block a user