From 7793e063cd786bd506a1c87772c8159c7f650eff Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 23 Feb 2021 22:00:40 +0000 Subject: [PATCH] chore(deps): update bufbuild/buf docker tag to v0.37.1 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a65338ee237..9c409cf6b6c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,7 +125,7 @@ jobs: - run: gorelease -base=v2.0.0 proto_lint: docker: - - image: bufbuild/buf:0.37.0 + - image: bufbuild/buf:0.37.1 steps: - checkout - run: buf build @@ -133,7 +133,7 @@ jobs: - run: buf breaking --path protoc-gen-openapiv2/options/annotations.proto --path protoc-gen-openapiv2/options/openapiv2.proto --against 'https://github.com/grpc-ecosystem/grpc-gateway.git#branch=master' proto_push: docker: - - image: bufbuild/buf:0.37.0 + - image: bufbuild/buf:0.37.1 steps: - checkout - run: echo -e "machine buf.build\npassword ${BUF_API_TOKEN}" >> ~/.netrc