chore(ci): upgraded linter to 1.57.1 (#3753)

This commit is contained in:
Jarek Kowalski
2024-03-25 22:20:38 -07:00
committed by GitHub
parent b9a633faad
commit 7278f570e2
31 changed files with 25 additions and 63 deletions

View File

@@ -43,7 +43,6 @@ func (c *commandCacheSync) run(ctx context.Context, rep repo.DirectRepositoryWri
eg.Go(func() error {
defer close(ch)
//nolint:wrapcheck
return rep.BlobReader().ListBlobs(ctx, content.PackBlobIDPrefixSpecial, func(bm blob.Metadata) error {
ch <- bm.BlobID