Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/docker/internal/test/e2e/database…
Browse files Browse the repository at this point in the history
…sql/golang-1.22.4
  • Loading branch information
MrAlias committed Jun 11, 2024
2 parents 16ffbf1 + 8713fa0 commit 378d864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/test/e2e/grpc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3
FROM golang:1.22.4
WORKDIR /sample-app
COPY . .
RUN go build -o main
4 changes: 2 additions & 2 deletions internal/test/e2e/grpc/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "process.runtime.description",
"value": {
"stringValue": "go version 1.22.3 linux/amd64"
"stringValue": "go version 1.22.4 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.22.3"
"stringValue": "1.22.4"
}
},
{
Expand Down

0 comments on commit 378d864

Please sign in to comment.