diff --git a/internal/test/e2e/otelglobal/Dockerfile b/internal/test/e2e/otelglobal/Dockerfile index 06adfc4aa..62cc2bca9 100644 --- a/internal/test/e2e/otelglobal/Dockerfile +++ b/internal/test/e2e/otelglobal/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.5 +FROM golang:1.23.0 WORKDIR /sample-app COPY . . RUN go build -o main diff --git a/internal/test/e2e/otelglobal/traces.json b/internal/test/e2e/otelglobal/traces.json index d9796f949..5933a5684 100644 --- a/internal/test/e2e/otelglobal/traces.json +++ b/internal/test/e2e/otelglobal/traces.json @@ -6,7 +6,7 @@ { "key": "process.runtime.description", "value": { - "stringValue": "go version 1.22.5 linux/amd64" + "stringValue": "go version 1.23.0 linux/amd64" } }, { @@ -18,7 +18,7 @@ { "key": "process.runtime.version", "value": { - "stringValue": "1.22.5" + "stringValue": "1.23.0" } }, {