style: apply gofumpt formatting
schemas / vulnerabilities (pull_request) Successful in 1m58s
schemas / check (pull_request) Successful in 3m29s
schemas / check-release (pull_request) Successful in 2m53s
pre-commit / pre-commit (pull_request) Successful in 6m38s
schemas / build (pull_request) Successful in 8m15s
schemas / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-05-05 11:04:13 +02:00
parent 2c981fc21d
commit 7cef9d2f87
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",