Document that Patch releases of Go may be adopted#15052
Open
ArthurSens wants to merge 1 commit intoopen-telemetry:mainfrom
Open
Document that Patch releases of Go may be adopted#15052ArthurSens wants to merge 1 commit intoopen-telemetry:mainfrom
ArthurSens wants to merge 1 commit intoopen-telemetry:mainfrom
Conversation
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #15052 +/- ##
==========================================
- Coverage 91.24% 91.24% -0.01%
==========================================
Files 697 697
Lines 44647 44647
==========================================
- Hits 40738 40736 -2
- Misses 2769 2770 +1
- Partials 1140 1141 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Aneurysm9
approved these changes
Apr 3, 2026
axw
approved these changes
Apr 7, 2026
Contributor
axw
left a comment
There was a problem hiding this comment.
LGTM. IMO this strikes a better balance between compatibility and security, and it's a reasonably standard thing to do in the Go ecosystem.
codeboten
approved these changes
Apr 9, 2026
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.
Description
This PR adjusts our internal documentation to clarify that we allow upgrading the minimum Go version in go.mod files, as long as it is patch releases. We still require following the N-1 criteria, where N is the latest minor version of Go.
This unblocks upgrades of quite a few dependencies:
Link to tracking issue
Fixes open-telemetry/opentelemetry-collector-contrib#46609