Skip to content

Commit 82d14cf

Browse files
Bump golang from 1.22.4 to 1.22.5 in /internal/test/e2e/kafka-go (#925)
* Bump golang from 1.22.4 to 1.22.5 in /internal/test/e2e/kafka-go 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 output --------- 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 2f29085 commit 82d14cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

internal/test/e2e/kafka-go/Dockerfile

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

internal/test/e2e/kafka-go/traces.json

Lines changed: 4 additions & 4 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
{
@@ -147,7 +147,7 @@
147147
{
148148
"key": "process.runtime.description",
149149
"value": {
150-
"stringValue": "go version 1.22.4 linux/amd64"
150+
"stringValue": "go version 1.22.5 linux/amd64"
151151
}
152152
},
153153
{
@@ -159,7 +159,7 @@
159159
{
160160
"key": "process.runtime.version",
161161
"value": {
162-
"stringValue": "1.22.4"
162+
"stringValue": "1.22.5"
163163
}
164164
},
165165
{

0 commit comments

Comments
 (0)