From 2821e0d0f1db760d12f1e254e5d401838d2030c5 Mon Sep 17 00:00:00 2001 From: Sam Batschelet Date: Thu, 31 Mar 2022 08:19:02 -0400 Subject: [PATCH] buf: bump version to v1.1.0 (#1268) --- api/Dockerfile.buf | 2 +- scripts/protobuf_codegen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Dockerfile.buf b/api/Dockerfile.buf index a8b4dd7d0b83..9d50625eff7e 100644 --- a/api/Dockerfile.buf +++ b/api/Dockerfile.buf @@ -1,4 +1,4 @@ -FROM bufbuild/buf:1.0.0-rc12 AS builder +FROM bufbuild/buf:1.1.0 AS builder FROM ubuntu:20.04 diff --git a/scripts/protobuf_codegen.sh b/scripts/protobuf_codegen.sh index efc489e5eb29..171989295957 100755 --- a/scripts/protobuf_codegen.sh +++ b/scripts/protobuf_codegen.sh @@ -3,7 +3,7 @@ # buf is required see:https://docs.buf.build/installation # any version changes here should also be bumped in Dockerfile.buf -BUF_VERSION='1.0.0-rc12' +BUF_VERSION='1.1.0' PROTOC_GEN_GO_VERSION='v1.27.1' PROTOC_GEN_GO_GRPC_VERSION='1.2.0'