Skip to content

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
copilot/sub-pr-334
Mar 16, 2026
Merged

fix: sync example/go.mod otel deps after dependabot bump to v1.42.0#339
intel352 merged 2 commits intodependabot/go_modules/go.opentelemetry.io/otel/trace-1.42.0from
copilot/sub-pr-334

Conversation

Copy link
Contributor

Copilot AI commented Mar 16, 2026

Dependabot bumped go.opentelemetry.io/otel/trace to v1.42.0 in the root go.mod, but example/ is a separate Go module with its own go.mod (using a replace directive to the root). That module still pinned otel, otel/trace, and otel/metric at v1.41.0, causing CI to fail with go: updates to go.mod needed.

Changes

  • example/go.mod — bumped go.opentelemetry.io/otel, otel/trace, and otel/metric from v1.41.0 → v1.42.0 via go mod tidy
  • example/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.

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
Copilot AI requested a review from intel352 March 16, 2026 15:30
@intel352 intel352 marked this pull request as ready for review March 16, 2026 18:21
@intel352 intel352 merged commit 046aed1 into dependabot/go_modules/go.opentelemetry.io/otel/trace-1.42.0 Mar 16, 2026
@intel352 intel352 deleted the copilot/sub-pr-334 branch March 16, 2026 18:21
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants