Complete refactor to new grpc control plane and only http proxy for carts #4

Merged
mats merged 75 commits from refactor/http-proxy into main 2025-10-14 22:31:28 +02:00
Showing only changes of commit 6094da99f3 - Show all commits

View File

@@ -57,7 +57,7 @@ RUN --mount=type=cache,target=/go/build-cache \
-X main.Version=${VERSION} \
-X main.GitCommit=${GIT_COMMIT} \
-X main.BuildDate=${BUILD_DATE}" \
-o /out/go-cart-actor .
-o /out/go-cart-actor ./cmd/cart
############################
# Runtime Stage