Added OpenTelemetry and use structured logging

This commit is contained in:
Robin Dittmar
2026-07-07 16:18:14 +02:00
parent 860563b47f
commit 0dec97a865
10 changed files with 191 additions and 30 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
FROM golang:1.26 AS build
WORKDIR /app
#COPY go.mod go.sum ./
COPY go.mod ./
COPY go.mod go.sum ./
RUN go mod download