Skip to content

Commit 053605e

Browse files
committed
Use merge function with custom version resolution [#167707118]
1 parent ab5e6d9 commit 053605e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func NewContributor(context build.Build) (Contributor, bool, error) {
4141
return Contributor{}, false, err
4242
}
4343

44-
plan, wantDependency, err := context.Plans.GetShallowMerged(Dependency)
44+
plan, wantDependency, err := context.Plans.GetMerged("node", PriorityPlanMerge)
4545
if err != nil {
4646
return Contributor{}, false, err
4747
}

0 commit comments

Comments
 (0)