Skip to content

Commit

Permalink
chore(deps): update dependency bufbuild/buf to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 21, 2022
1 parent c20d40b commit 1d70eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,15 +139,15 @@ jobs:
docker push plugins.buf.build/grpc-ecosystem/openapiv2:${CIRCLE_TAG}-1
proto_lint:
docker:
- image: bufbuild/buf:1.1.0
- image: bufbuild/buf:1.1.1
steps:
- checkout
- run: buf build
- run: buf lint
- run: buf breaking --path protoc-gen-openapiv2/ --against 'https://github.com/grpc-ecosystem/grpc-gateway.git#branch=master'
proto_push:
docker:
- image: bufbuild/buf:1.1.0
- image: bufbuild/buf:1.1.1
steps:
- checkout
# Limit pushes to protoc-gen-openapiv2 files. This is a total hack.
Expand Down

0 comments on commit 1d70eab

Please sign in to comment.