style: apply gofumpt formatting (#828)
schemas / vulnerabilities (push) Successful in 2m8s
schemas / check (push) Successful in 2m39s
Release / release (push) Successful in 55s
schemas / check-release (push) Successful in 2m56s
pre-commit / pre-commit (push) Successful in 7m18s
schemas / build (push) Successful in 8m0s
schemas / deploy-prod (push) Successful in 1m11s

This commit was merged in pull request #828.
This commit is contained in:
2026-05-05 09:22:48 +00:00
parent 2c981fc21d
commit be9a64a41b
3 changed files with 22 additions and 11 deletions
+2 -1
View File
@@ -109,7 +109,8 @@ func GenerateCosmoRouterConfigWithExecutor(subGraphs []*model.SubGraph, executor
// Execute wgc router compose
// wgc is installed globally in the Docker image
outputFile := filepath.Join(tmpDir, "config.json")
output, err := executor.Execute("wgc", "router", "compose",
output, err := executor.Execute(
"wgc", "router", "compose",
"--input", inputFile,
"--out", outputFile,
"--suppress-warnings",