remove whitespace
Build and Push Docker Image / build-and-push (push) Successful in 3m26s

Signed-off-by: kaedwen <kaedwen@heinrich.blue>
This commit is contained in:
kaedwen
2026-07-04 07:35:49 +02:00
parent e95298ff72
commit 7387c57403
+1 -1
View File
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build \
# Build healthcheck utility
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build \
- trimpath \
-trimpath \
-ldflags="-w -s" \
-o healthcheck \
./cmd/healthcheck