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

deps: Update google.golang.org/[email protected] #35100

Closed
wants to merge 1 commit into from

Commits on Apr 30, 2024

  1. deps: Update google.golang.org/[email protected]

    Reference: https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.34.0
    
    This release introduces support for [Protobuf editions](https://protobuf.dev/editions/overview/). You can now use `edition = "2023"` in .proto files together with the proto-gen-go. Edition2023 does not introduce any new features but can be used to replace `syntax "proto2/3".` Future editions might introduce new features.
    
    Changing the latest, unreleased Protocol Buffers definitions from `syntax "proto3"` to `edition = "2023"` will be proposed after this dependency update.
    
    This change was performed via:
    
    ```
    go get google.golang.org/[email protected]
    make syncdeps
    make protobuf
    ```
    bflad committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0e049f8 View commit details
    Browse the repository at this point in the history