Skip to content

Commit 508d3e2

Browse files
Bump dep_protoc to latest version (#295)
In bufbuild/buf#4383 I failed to notice that protoc was a makego dep; pulling in the latest via `copyfrommakego` in bufbuild/buf#4410 is reverting this change. May as well bump to latest. Ref: https://github.com/protocolbuffers/protobuf/releases
1 parent 08b9dcd commit 508d3e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

make/go/dep_protoc.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ $(call _assert_var,CACHE_INCLUDE)
1010
$(call _assert_var,CACHE_BIN)
1111

1212
# Settable
13-
# https://github.com/protocolbuffers/protobuf/releases 20250528 checked 20250603
13+
# https://github.com/protocolbuffers/protobuf/releases 20260319 checked 20260324
1414
# NOTE: Set to version compatible with genproto source code (only used in tests).
15-
PROTOC_VERSION ?= 31.1
15+
PROTOC_VERSION ?= 34.1
1616

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

0 commit comments

Comments
 (0)