CI: Update golangci-lint to version 1.57.1

This commit is contained in:
Michael Eischer
2024-03-28 18:15:50 +01:00
parent a8face3a25
commit 1497525e15
3 changed files with 4 additions and 1 deletions

View File

@@ -406,6 +406,7 @@ func TestIncrementalBackup(t *testing.T) {
t.Logf("repository grown by %d bytes", stat3.size-stat2.size)
}
// nolint: staticcheck // false positive nil pointer dereference check
func TestBackupTags(t *testing.T) {
env, cleanup := withTestEnvironment(t)
defer cleanup()
@@ -441,6 +442,7 @@ func TestBackupTags(t *testing.T) {
"expected parent to be %v, got %v", parent.ID, newest.Parent)
}
// nolint: staticcheck // false positive nil pointer dereference check
func TestBackupProgramVersion(t *testing.T) {
env, cleanup := withTestEnvironment(t)
defer cleanup()