Skip to content

Commit 024038a

Browse files
Bump golang from 1.22.4 to 1.22.5 in /internal/test/e2e/otelglobal (#919)
* Bump golang from 1.22.4 to 1.22.5 in /internal/test/e2e/otelglobal Bumps golang from 1.22.4 to 1.22.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update expected test ouput --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Yahn <[email protected]> Co-authored-by: Tyler Yahn <[email protected]>
1 parent 82d14cf commit 024038a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.4
1+
FROM golang:1.22.5
22
WORKDIR /sample-app
33
COPY . .
44
RUN go build -o main

internal/test/e2e/otelglobal/traces.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"key": "process.runtime.description",
88
"value": {
9-
"stringValue": "go version 1.22.4 linux/amd64"
9+
"stringValue": "go version 1.22.5 linux/amd64"
1010
}
1111
},
1212
{
@@ -18,7 +18,7 @@
1818
{
1919
"key": "process.runtime.version",
2020
"value": {
21-
"stringValue": "1.22.4"
21+
"stringValue": "1.22.5"
2222
}
2323
},
2424
{

0 commit comments

Comments
 (0)