Skip to content
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

Bump google.golang.org/protobuf to v1.33.0 #2801

Merged
merged 4 commits into from
Mar 5, 2024

Conversation

stefanvanburen
Copy link
Member

Actually pulls in the changes to go.mod - followup to #2800.

Actually pulls in the changes to go.mod - followup to #2800.
@stefanvanburen
Copy link
Member Author

We'll need to update to take into account protocolbuffers/protobuf#15164.

@@ -143,7 +143,9 @@ func (f *file) PyGenericServices() bool {
}

func (f *file) PhpGenericServices() bool {
return f.fileDescriptor.GetOptions().GetPhpGenericServices()
// Support for PhpGenericServices was removed in
Copy link
Member

Choose a reason for hiding this comment

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

This isn't really the "right" fix, really we should be removing all of this. Give me a minute.

These are no longer valid. (Arguably, we could comment them out to
reminder ourselves why they aren't here.)
@stefanvanburen stefanvanburen merged commit eb3622e into main Mar 5, 2024
8 checks passed
@stefanvanburen stefanvanburen deleted the svanburen/bump-protobuf-dep branch March 5, 2024 22:48
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