Skip to content

Commit

Permalink
Bump golang from 1.23.2 to 1.23.3 in /internal/test/e2e/autosdk (#1265)
Browse files Browse the repository at this point in the history
* Bump golang from 1.23.2 to 1.23.3 in /internal/test/e2e/autosdk

Bumps golang from 1.23.2 to 1.23.3.

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

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

* Update test files

---------

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>
  • Loading branch information
dependabot[bot] and MrAlias authored Nov 10, 2024
1 parent 03e67dd commit e53dbf6
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/autosdk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.2
FROM golang:1.23.3
# Make sure this dir exists.
WORKDIR /usr/src/go.opentelemetry.io/auto/internal/test/e2e/autosdk

Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/autosdk/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.23.1 linux/amd64"
"stringValue": "go version 1.23.3 linux/amd64"
}
},
{
Expand All @@ -18,7 +18,7 @@
{
"key": "process.runtime.version",
"value": {
"stringValue": "1.23.1"
"stringValue": "1.23.3"
}
},
{
Expand Down

0 comments on commit e53dbf6

Please sign in to comment.