Skip to content

Commit

Permalink
chore(deps): update bufbuild/buf docker tag to v0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Aug 14, 2021
1 parent 1d7d2d8 commit cc77dc6
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 @@ -125,15 +125,15 @@ jobs:
- run: gorelease -base=v2.5.0
proto_lint:
docker:
- image: bufbuild/buf:0.50.0
- image: bufbuild/buf:0.51.0
steps:
- checkout
- run: buf build
- run: buf lint
- 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.50.0
- image: bufbuild/buf:0.51.0
steps:
- checkout
- run: echo -e "machine buf.build\npassword ${BUF_API_TOKEN}" >> ~/.netrc
Expand Down

0 comments on commit cc77dc6

Please sign in to comment.