From 79589050f6ba6a263cf09103fe325d1c7a706f61 Mon Sep 17 00:00:00 2001 From: Edward McFarlane Date: Wed, 26 Aug 2026 19:23:52 +0100 Subject: [PATCH] Bump protoc v35.1 --- make/go/dep_protoc.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/go/dep_protoc.mk b/make/go/dep_protoc.mk index 5506095..b877fbf 100644 --- a/make/go/dep_protoc.mk +++ b/make/go/dep_protoc.mk @@ -10,10 +10,10 @@ $(call _assert_var,CACHE_INCLUDE) $(call _assert_var,CACHE_BIN) # Settable -# https://github.com/protocolbuffers/protobuf/releases 20260109 checked 20260427 +# https://github.com/protocolbuffers/protobuf/releases 20260611 checked 20260826 # NOTE: Set to version compatible with genproto source code (only used in tests). # This version must be supported by the matching https://github.com/protocolbuffers/protobuf-go version. -PROTOC_VERSION ?= 33.3 +PROTOC_VERSION ?= 35.1 # Google adds a dash to release candidate versions in the name of the # release artifact, i.e. v27.0-rc1 -> v27.0-rc-1