Skip to content

Upgrade goLang protobuf version #155

@qcdyx

Description

@qcdyx

The latest stable version of the recommended Go Protobuf module, google.golang.org/protobuf, is v1.36.11 as of December 12, 2025.
We should upgrade to this version to ensure we have the latest security fixes, performance improvements, and compatibility.

  • Update golang/gtfs/go.mod to require google.golang.org/protobuf v1.36.11.
  • Run go mod tidy in golang/gtfs/ to update go.sum.
  • Check if protoc-gen-go in golang/Dockerfile needs an update to match the runtime (currently v1.28.1).
  • Re-run the build and tests using the Docker container.
  • Use Example code to test the new bindings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions