Skip to content

Commit

Permalink
Upgrade protoc to 29.3 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane authored Jan 15, 2025
1 parent 5f921f3 commit a71fe92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/go/dep_protoc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ $(call _assert_var,CACHE_INCLUDE)
$(call _assert_var,CACHE_BIN)

# Settable
# https://github.com/protocolbuffers/protobuf/releases 20241204 checked 20241217
# https://github.com/protocolbuffers/protobuf/releases 20250108 checked 20250115
# NOTE: Set to version compatible with genproto source code (only used in tests).
PROTOC_VERSION ?= 29.1
PROTOC_VERSION ?= 29.3

# Google adds a dash to release candidate versions in the name of the
# release artifact, i.e. v27.0-rc1 -> v27.0-rc-1
Expand Down

0 comments on commit a71fe92

Please sign in to comment.