diff --git a/pkg/index/job/correction/usecase/corrector.go b/pkg/index/job/correction/usecase/corrector.go index e3040e9ad8..5567016f7a 100644 --- a/pkg/index/job/correction/usecase/corrector.go +++ b/pkg/index/job/correction/usecase/corrector.go @@ -144,7 +144,7 @@ func (r *run) Start(ctx context.Context) (<-chan error, error) { // defer cancel() log.Info("starting servers") - ech := make(chan error, 3) + ech := make(chan error, 3) //nolint:gomnd var oech, nech, sech <-chan error r.eg.Go(safety.RecoverFunc(func() (err error) { defer close(ech)