Skip to content

feat(crosslink): accept go patch versions#1499

Merged
dmathieu merged 2 commits intoopen-telemetry:mainfrom
txabman42:crosslink-valid-patch-version
Mar 6, 2026
Merged

feat(crosslink): accept go patch versions#1499
dmathieu merged 2 commits intoopen-telemetry:mainfrom
txabman42:crosslink-valid-patch-version

Conversation

@txabman42
Copy link
Copy Markdown
Contributor

Support go patch versions in crosslink

@txabman42 txabman42 requested review from a team as code owners January 8, 2026 12:29
@txabman42 txabman42 requested a review from codeboten January 8, 2026 12:29
@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.07%. Comparing base (87c76c3) to head (8b31b01).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1499   +/-   ##
=======================================
  Coverage   64.07%   64.07%           
=======================================
  Files          66       66           
  Lines        3435     3435           
=======================================
  Hits         2201     2201           
  Misses        993      993           
  Partials      241      241           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@txabman42 txabman42 force-pushed the crosslink-valid-patch-version branch from d69a61e to eda2e61 Compare January 8, 2026 12:36
@txabman42 txabman42 changed the title fix(crosslink): accept go patch versions feat(crosslink): accept go patch versions Jan 8, 2026
@txabman42
Copy link
Copy Markdown
Contributor Author

@dmathieu @mx-psi could I get some 👀 on this PR?

Copy link
Copy Markdown
Member

@dmathieu dmathieu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this looks good to me, we typically don't use patch versions for Go in any of our projects. Where do you need this?

@txabman42
Copy link
Copy Markdown
Contributor Author

I wanted to use crosslink in opentelemetry-go-compile-instrumentation. Our go.mod uses go 1.24.0 but crosslink generates go.work with go 1.24

@dmathieu dmathieu merged commit 25a1fda into open-telemetry:main Mar 6, 2026
14 checks passed
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.

3 participants