consolidate to single go.mod
Docker server image / build-and-push (push) Successful in 2m46s

This commit is contained in:
2026-03-29 18:15:24 -07:00
parent 15d2997f65
commit 388eb68cc4
3 changed files with 1 additions and 19 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ py-sync:
uv sync --project python --all-packages
go-test:
cd clients/go && go test ./...
go test ./...
compose-up:
docker compose --env-file .env.example -f deploy/docker-compose.yml up --build