-
Notifications
You must be signed in to change notification settings - Fork 14
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
Update protoc to v29.1 and protoc-gen-go to v1.36.0 #175
Conversation
# NOTE: Set to version compatible with genproto source code (only used in tests). | ||
PROTOC_VERSION ?= 27.0 | ||
PROTOC_VERSION ?= 29.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we also want to update protoc_gen_go.mk while we're here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, this seems reasonable, added protoc-gen-go
also :)
# NOTE: Set to version compatible with genproto source code (only used in tests). | ||
PROTOC_VERSION ?= 27.0 | ||
PROTOC_VERSION ?= 29.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we need to update the script to include any additional files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is included as part of include/google
, I checked by manually testing and upgrade to bufbuild/buf
and running make generate
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, checked as well.
include/google/protobuf
├── any.proto
├── api.proto
├── compiler
│ └── plugin.proto
├── cpp_features.proto
├── descriptor.proto
├── duration.proto
├── empty.proto
├── field_mask.proto
├── go_features.proto
├── java_features.proto
├── source_context.proto
├── struct.proto
├── timestamp.proto
├── type.proto
└── wrappers.proto
2 directories, 15 files
No description provided.