From f41d5072fded60124db20300ce346c1695fe157b Mon Sep 17 00:00:00 2001 From: Tonis Tiigi Date: Tue, 13 May 2025 16:19:33 -0700 Subject: [PATCH] lint: fix linter after merge conflict Signed-off-by: Tonis Tiigi --- commands/history/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/history/utils.go b/commands/history/utils.go index 825ca5e2a..b0af0bf9b 100644 --- a/commands/history/utils.go +++ b/commands/history/utils.go @@ -250,7 +250,6 @@ func queryRecords(ctx context.Context, ref string, nodes []builder.Node, opts *q func finalizeRecord(ctx context.Context, ref string, nodes []builder.Node) error { eg, ctx := errgroup.WithContext(ctx) for _, node := range nodes { - node := node eg.Go(func() error { if node.Driver == nil { return nil