From b8ba856e3f0c6213be2f4f340216016bb7fc04fd Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Mon, 24 Jun 2024 19:34:11 -0300 Subject: [PATCH] chore: Bump Buf to v1.34.0 (#43432) --- build.assets/versions.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.assets/versions.mk b/build.assets/versions.mk index 3d712a0d9d912..65a035ca8b990 100644 --- a/build.assets/versions.mk +++ b/build.assets/versions.mk @@ -17,7 +17,7 @@ LIBPCSCLITE_VERSION ?= 1.9.9-teleport DEVTOOLSET ?= devtoolset-12 # Protogen related versions. -BUF_VERSION ?= v1.33.0 +BUF_VERSION ?= v1.34.0 # Keep in sync with api/proto/buf.yaml (and buf.lock). GOGO_PROTO_TAG ?= v1.3.2 NODE_GRPC_TOOLS_VERSION ?= 1.12.4