diff --git a/cmd/containerd/command/service_windows.go b/cmd/containerd/command/service_windows.go index 655295fc8..253127ad3 100644 --- a/cmd/containerd/command/service_windows.go +++ b/cmd/containerd/command/service_windows.go @@ -275,7 +275,7 @@ func launchService(s *server.Server, done chan struct{}) error { done: done, } - interactive, err := svc.IsAnInteractiveSession() + interactive, err := svc.IsAnInteractiveSession() // nolint:staticcheck if err != nil { return err }