You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2022/10/13 15:58:08 UTC

[yetus] branch main updated: YETUS-1204. Upgrade buf to at least 1.6.0 (#292)

This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e6ff1a2 YETUS-1204. Upgrade buf to at least 1.6.0 (#292)
5e6ff1a2 is described below

commit 5e6ff1a2d43ce5c9169010b2884415dad7547d0e
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Thu Oct 13 08:58:04 2022 -0700

    YETUS-1204. Upgrade buf to at least 1.6.0 (#292)
    
    Signed-off-by: Nick Dimiduk <nd...@apache.org>
---
 precommit/src/main/shell/test-patch-docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/precommit/src/main/shell/test-patch-docker/Dockerfile b/precommit/src/main/shell/test-patch-docker/Dockerfile
index 6ecd9b4b..f49f32de 100644
--- a/precommit/src/main/shell/test-patch-docker/Dockerfile
+++ b/precommit/src/main/shell/test-patch-docker/Dockerfile
@@ -157,7 +157,7 @@ RUN if [[ "$(uname -m)" == "x86_64" ]]; then curl -sSL \
 # Install buf (protobuf lint)
 ####
 FROM yetusbase AS yetusbuf
-ARG BUF_VERSION=1.3.1
+ARG BUF_VERSION=1.8.0
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]
 RUN curl -sSL \
       https://github.com/bufbuild/buf/releases/download/v$BUF_VERSION/buf-Linux-"$(uname -m)".tar.gz \