From 0069b47e385a3fce4c1ab76d05824e545c82dc63 Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Wed, 11 Sep 2024 17:14:30 -0300 Subject: [PATCH] chore: Bump Buf to v1.41.0 --- 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 6cea6af4fbecd..9ac6a3decb4c6 100644 --- a/build.assets/versions.mk +++ b/build.assets/versions.mk @@ -16,7 +16,7 @@ LIBPCSCLITE_VERSION ?= 1.9.9-teleport DEVTOOLSET ?= devtoolset-12 # Protogen related versions. -BUF_VERSION ?= v1.40.0 +BUF_VERSION ?= v1.41.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