Files
gvisor-tap-vsock/cmd/win-sshproxy
Christophe Fergeau c247b31e20 lint: Fix error appearing after the go 1.24 go.mod change
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>
2025-09-10 10:15:58 +02:00
..