CI: update golangci-lint

Necessary to properly support Go 1.21.
This commit is contained in:
Michael Eischer
2023-12-23 13:40:04 +01:00
parent 59fe24cb2b
commit 5cd000f4b0
3 changed files with 3 additions and 5 deletions

View File

@@ -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