Merge pull request #3184 from tonistiigi/lint-merge-conflict-fix

lint: fix linter after merge conflict
This commit is contained in:
Tõnis Tiigi
2025-05-13 16:52:49 -07:00
committed by GitHub
-1
View File
@@ -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