golang / protobuf

Go support for Google's protocol buffers
BSD 3-Clause "New" or "Revised" License
9.64k stars 1.58k forks source link

all: update descriptor.proto to latest version #1597

Closed neild closed 3 months ago

neild commented 4 months ago

A recent change to the upstream descriptor.proto, appearing in google.golang.org/protobuf@v1.33.0, removed the long-deprecated FileOptions.php_generic_services field. This backwards-incompatible change results in an incompatibility between the github.com/golang/protobuf and google.golang.org/protobuf modules.

Bump the google.golang.org/protobuf version in go.mod, regenerate descriptors.

For #1596