mirror of
https://github.com/containers/gvisor-tap-vsock.git
synced 2025-10-27 18:50:29 +08:00
GOOS=windows /Applications/Xcode.app/Contents/Developer/usr/bin/make lint
"/Users/teuf/dev/gvisor-tap-vsock/tools/bin"/golangci-lint run
cmd/win-sshproxy/main.go:99:17: printf: non-constant format string in call to github.com/sirupsen/logrus.Errorf (govet)
logrus.Errorf("Error saving thread id: " + err.Error())
^
cmd/win-sshproxy/main.go:111:17: printf: non-constant format string in call to github.com/sirupsen/logrus.Errorf (govet)
logrus.Errorf("Error occurred in execution group: " + err.Error())
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>