This commit is contained in:
2025-02-11 12:24:57 +03:00
parent 8978cc2855
commit 17bbb2f4c5
11 changed files with 378 additions and 341 deletions

View File

@@ -117,7 +117,7 @@ func BuildCmd() *cli.Command {
os.Exit(1)
}
builder := build.New(
builder := build.NewBuilder(
ctx,
types.BuildOpts{
Package: packageName,