diff --git a/pkg/check/gsoc/gsoc.go b/pkg/check/gsoc/gsoc.go index 3ee54a34..9fb7ace6 100644 --- a/pkg/check/gsoc/gsoc.go +++ b/pkg/check/gsoc/gsoc.go @@ -197,7 +197,6 @@ func runInSequence(ctx context.Context, client *bee.Client, numChunks int, batch func runInParallel(ctx context.Context, client *bee.Client, numChunks int, batches []string, resourceId []byte, privKey *ecdsa.PrivateKey, logger logging.Logger) error { var errG errgroup.Group for i := 0; i < numChunks; i++ { - i := i errG.Go(func() error { payload := fmt.Sprintf("data %d", i) logger.Infof("gsoc: submitting soc to node=%s, payload=%s", client.Name(), payload)