-
Notifications
You must be signed in to change notification settings - Fork 28
[release-4.17] OCPBUGS-80031: Replace google.golang.org/grpc with github.com/openshift-sustaining/grpc-go v1.71.3-sec.1 #314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use v1.71.3-sec.1
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The replace directive will completely override version v0.70.0. We should not use the forked version (v1.71.3-sec.1) directly in the require block because it doesn't exist in the upstream google.golang.org/grpc repository and it will create more confusion.
Regarding the upgrade to google.golang.org/grpc v1.70.0: this was triggered because a transitive dependency from our fork requires at least v1.70.0, which Go's Minimal Version Selection (MVS) automatically upgraded during go mod tidy..