diff --git a/pkg/schema/schema.go b/pkg/schema/schema.go
index 3495f3a1e77f0c906f2b28f47139e4c52b98837d..7929b5ebd2fae325f4c295bbff67e42ebd18ed38 100644
--- a/pkg/schema/schema.go
+++ b/pkg/schema/schema.go
@@ -272,7 +272,7 @@ func (s *Schema) Execute(ctx context.Context, exec executor.Executor) (*Schema,
 		return nil, err
 	}
 
-	var clone = s.Clone(false)
+	clone := s.Clone(false)
 	err := executor.Execute(ctx, clone, exec)
 	if err != nil {
 		return nil, err