-
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,9 @@ $(call _assert_var,CACHE_INCLUDE) | |
$(call _assert_var,CACHE_BIN) | ||
|
||
# Settable | ||
# https://github.com/protocolbuffers/protobuf/releases 20240523 checked 20240527 | ||
# https://github.com/protocolbuffers/protobuf/releases 20241204 checked 20241217 | ||
# 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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. It is included as part of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yep, checked as well.
|
||
|
||
# Google adds a dash to release candidate versions in the name of the | ||
# release artifact, i.e. v27.0-rc1 -> v27.0-rc-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 :)