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

all: update descriptor.proto to latest version #1597

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Commits on Mar 5, 2024

  1. all: update descriptor.proto to latest version

    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.
    
    Increase the minimum Go version requirement to go1.17 (the minimum
    supported by v1.33.0).
    
    Run gofmt to update formatting to go1.22 standards.
    
    For #1596
    neild committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b7697bb View commit details
    Browse the repository at this point in the history