diff --git a/internal/test/e2e/otelglobal/Dockerfile b/internal/test/e2e/otelglobal/Dockerfile index da8b59ecb..06adfc4aa 100644 --- a/internal/test/e2e/otelglobal/Dockerfile +++ b/internal/test/e2e/otelglobal/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.4 +FROM golang:1.22.5 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 7f648efae..eb059368a 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.4 linux/amd64" + "stringValue": "go version 1.22.5 linux/amd64" } }, { @@ -18,7 +18,7 @@ { "key": "process.runtime.version", "value": { - "stringValue": "1.22.4" + "stringValue": "1.22.5" } }, {