mirror of
https://github.com/containers/podman.git
synced 2025-10-29 08:57:26 +08:00
update golangci-lint to 1.60.1
Fixes new spotted issues around printf() formats and using os.Setenv() in tests. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -411,7 +411,7 @@ func (c *Container) execPSinContainer(args []string) ([]string, error) {
|
||||
if logrus.GetLevel() >= logrus.DebugLevel {
|
||||
// If we're running in debug mode or higher, we might want to have a
|
||||
// look at stderr which includes debug logs from conmon.
|
||||
logrus.Debugf(errBuf.String())
|
||||
logrus.Debug(errBuf.String())
|
||||
}
|
||||
|
||||
if err := <-outErrChan; err != nil {
|
||||
|
||||
Reference in New Issue
Block a user