Skip to content

Commit 28b663b

Browse files
[auto] Update generated offsets (#917)
1 parent 609b22e commit 28b663b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
2121
- Support `go.opentelemetry.io/[email protected]`. ([#904](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/904))
2222
- Support `google.golang.org/grpc` `1.63.3`. ([#916](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/916))
2323
- Support `google.golang.org/grpc` `1.64.1`. ([#916](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/916))
24+
- Support `golang.org/x/net` `v0.27.0`. ([#917](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/917))
2425

2526
### Fixed
2627

internal/pkg/inject/offset_results.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,8 @@
988988
"0.23.0",
989989
"0.24.0",
990990
"0.25.0",
991-
"0.26.0"
991+
"0.26.0",
992+
"0.27.0"
992993
]
993994
}
994995
]
@@ -1029,7 +1030,8 @@
10291030
"0.23.0",
10301031
"0.24.0",
10311032
"0.25.0",
1032-
"0.26.0"
1033+
"0.26.0",
1034+
"0.27.0"
10331035
]
10341036
}
10351037
]

0 commit comments

Comments
 (0)