From 7b9721dc0f816810bc1bb00c8a273dd90b856d03 Mon Sep 17 00:00:00 2001 From: Alan Parra Date: Thu, 18 May 2023 15:09:43 -0300 Subject: [PATCH] chore: Bump Buf to v1.19.0 Update to the latest release. * https://github.com/bufbuild/buf/releases/tag/v1.19.0 --- build.assets/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.assets/Dockerfile b/build.assets/Dockerfile index d3d8b9a0c6681..e5eae086e3b52 100644 --- a/build.assets/Dockerfile +++ b/build.assets/Dockerfile @@ -298,7 +298,7 @@ RUN curl -fsSL "https://raw.githubusercontent.com/golangci/golangci-lint/v1.52.2 # Install Buf. RUN BIN="/usr/local/bin" && \ - VERSION="1.18.0" && \ + VERSION="1.19.0" && \ curl -fsSL \ "https://github.com/bufbuild/buf/releases/download/v${VERSION}/buf-$(uname -s)-$(uname -m)" \ -o "${BIN}/buf" && \