Skip to content

Commit

Permalink
Bump golang from 1.22.3 to 1.22.4 in /internal/test/e2e/databasesql (#…
Browse files Browse the repository at this point in the history
…881)

* Bump golang from 1.22.3 to 1.22.4 in /internal/test/e2e/databasesql

Bumps golang from 1.22.3 to 1.22.4.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix expected test values

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <codingalias@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 11, 2024
1 parent 4537a78 commit ec78be4
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/databasesql/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/databasesql/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 ec78be4

Please sign in to comment.