fix: sync example/go.mod otel deps after dependabot bump to v1.42.0#339
Merged
intel352 merged 2 commits intodependabot/go_modules/go.opentelemetry.io/otel/trace-1.42.0from Mar 16, 2026
Conversation
Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update go.opentelemetry.io/otel/trace to version 1.42.0
fix: sync example/go.mod otel deps after dependabot bump to v1.42.0
Mar 16, 2026
046aed1
into
dependabot/go_modules/go.opentelemetry.io/otel/trace-1.42.0
intel352
added a commit
that referenced
this pull request
Mar 16, 2026
#334) * build(deps): bump go.opentelemetry.io/otel/trace from 1.41.0 to 1.42.0 Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.41.0 to 1.42.0. - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.41.0...v1.42.0) --- updated-dependencies: - dependency-name: go.opentelemetry.io/otel/trace dependency-version: 1.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix: sync example/go.mod otel deps after dependabot bump to v1.42.0 (#339) * Initial plan * fix: update example/go.mod otel deps to 1.42.0 to match root module Co-authored-by: intel352 <77607+intel352@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: intel352 <77607+intel352@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: intel352 <77607+intel352@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot bumped
go.opentelemetry.io/otel/traceto v1.42.0 in the rootgo.mod, butexample/is a separate Go module with its owngo.mod(using areplacedirective to the root). That module still pinnedotel,otel/trace, andotel/metricat v1.41.0, causing CI to fail withgo: updates to go.mod needed.Changes
example/go.mod— bumpedgo.opentelemetry.io/otel,otel/trace, andotel/metricfrom v1.41.0 → v1.42.0 viago mod tidyexample/go.sum— updated checksums accordingly🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.