mirror of
https://github.com/restic/restic.git
synced 2025-10-27 19:06:51 +00:00
CI: update golangci-lint
Necessary to properly support Go 1.21.
This commit is contained in:
@@ -123,9 +123,8 @@ func directoriesContentsDiff(dir1, dir2 string) string {
|
||||
fmt.Fprintf(&out, "+%v\n", b.path)
|
||||
b = nil
|
||||
continue
|
||||
} else {
|
||||
fmt.Fprintf(&out, "%%%v\n", a.path)
|
||||
}
|
||||
fmt.Fprintf(&out, "%%%v\n", a.path)
|
||||
}
|
||||
|
||||
a, b = nil, nil
|
||||
|
||||
Reference in New Issue
Block a user