diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-21 13:20:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-21 13:20:46 +0100 |
commit | 18d333f53d9567ffc0e86af8eb512a0524e2b115 (patch) | |
tree | 5829d9072a19efc5cbb2027ac2da92ad2eb6428f /pkg | |
parent | 248dbf6089922903d12553497a2faae27d1b503b (diff) | |
parent | 026bd9b2055fd65f7eabf1f2d435e43e3801cf84 (diff) | |
download | podman-18d333f53d9567ffc0e86af8eb512a0524e2b115.tar.gz podman-18d333f53d9567ffc0e86af8eb512a0524e2b115.tar.bz2 podman-18d333f53d9567ffc0e86af8eb512a0524e2b115.zip |
Merge pull request #13573 from vrothberg/golangci-lint
bump golangci-lint to v1.45.0
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/machine/qemu/machine.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/machine/qemu/machine.go b/pkg/machine/qemu/machine.go index d30e51215..46f838f8b 100644 --- a/pkg/machine/qemu/machine.go +++ b/pkg/machine/qemu/machine.go @@ -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() { |