Skip to content

Commit

Permalink
chore(deps): update bufbuild/buf docker tag to v0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 7, 2021
1 parent a46e1d4 commit a6d7bf3
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:0.54.1
- image: bufbuild/buf:0.55.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.54.1
- image: bufbuild/buf:0.55.0
steps:
- checkout
- run: echo "${BUF_API_TOKEN}" | buf login --username grpcgatewaybot --token-stdin
Expand Down

0 comments on commit a6d7bf3

Please sign in to comment.