bump compose-go to version v2.4.3

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
Guillaume Lours
2024-11-05 18:29:03 +01:00
parent 83dd969dc1
commit 752c70a06c
4 changed files with 5 additions and 5 deletions

View File

@ -63,7 +63,7 @@ func (p *ResetProcessor) resolveReset(node *yaml.Node, path tree.Path) (*yaml.No
}
// Mark the current node as visited
p.visitedNodes[node] = pathStr
p.visitedNodes[node] = pathStr + "."
// If the node is an alias, We need to process the alias field in order to consider the !override and !reset tags
if node.Kind == yaml.AliasNode {