-
Notifications
You must be signed in to change notification settings - Fork 373
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
Revert "use go v1.18 and update dependencies" #528
Revert "use go v1.18 and update dependencies" #528
Conversation
Cc @liggitt |
The go1.18 change was fine, the genproto bump was the issue |
Also, note that |
This reverts commit 150c9d9 partially. It keep the go.mod module version to 1.18 but leave old versions of genproto.
2535230
to
3a1054e
Compare
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.
LGTM
@saad-ali it seems this would be worth cherry-picking for 1.7 |
LGTM Will merge and cherry pick to 1.7 |
Is there a related bug or issue where this was discussed? Curious who/where the related issues were caught? |
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.
LGTM
@saad-ali The references I have here is the one in PR description (150c9d9#r87967287) from @liggitt |
Additional Info#
This reverts commit 150c9d9 partially.
It keep the go.mod module version to 1.18 but leave old versions of genproto.
Dropping this dependency back to its prior level would help downstreams avoid pulling in a ton of extra deps till we figure out how to consume bits from genproto in a more isolated way
Ref# 150c9d9#r87967287
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce an API-breaking change?: