mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +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:
@ -176,7 +176,7 @@ func shouldMask(mask string, unmask []string) bool {
|
||||
for _, m1 := range strings.Split(m, ":") {
|
||||
match, err := filepath.Match(m1, mask)
|
||||
if err != nil {
|
||||
logrus.Errorf(err.Error())
|
||||
logrus.Error(err.Error())
|
||||
}
|
||||
if match {
|
||||
return false
|
||||
|
Reference in New Issue
Block a user