You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
Error: cmd/lima-guestagent/daemon_linux.go:89:29: net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)
socketL, err := net.Listen("unix", socket)
^
Error: cmd/lima-guestagent/install_systemd_linux.go:69:22: os/exec.Command must not be called. use os/exec.CommandContext (noctx)
cmd := exec.Command("systemctl", append([]string{"--system"}, args...)...)
... ^
```
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
0 commit comments