372cd16b88
This package / module is used by BuildKit's detect package; the buildkit version we use (v0.12.x) [is using OTEL v0.40.0][1], whereas Moby and Containerd moved to v0.45.0. Go module [minimum-version-selection (MVS)][1] will pick the minimum required version, and because there's no "reverse" dependency from the "main" OTEL modules to this module, it selects the lowest version (specified in the BuildKit module). Usually this would be a _good_ thing, but we know that OTEL likes all versions to be aligned, so let's make it so. full diff: https://github.com/open-telemetry/opentelemetry-go-contrib/compare/instrumentation/net/http/httptrace/otelhttptrace/v0.40.0...instrumentation/net/http/httptrace/otelhttptrace/v0.45.0 [1]: https://github.com/moby/buildkit/blob/v0.12.4-2-g3b6880d2a/go.mod#L73-L83 [2]: https://go.dev/ref/mod#glos-minimal-version-selection Signed-off-by: Sebastiaan van Stijn <github@gone.nl> |
||
---|---|---|
.. | ||
contrib/instrumentation | ||
otel | ||
proto/otlp |