Skip to content

Commit

Permalink
chore(deps): update bufbuild/buf docker tag to v0.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 23, 2021
1 parent cb5d06e commit 7793e06
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.0.0
proto_lint:
docker:
- image: bufbuild/buf:0.37.0
- image: bufbuild/buf:0.37.1
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.37.0
- image: bufbuild/buf:0.37.1
steps:
- checkout
- run: echo -e "machine buf.build\npassword ${BUF_API_TOKEN}" >> ~/.netrc
Expand Down

0 comments on commit 7793e06

Please sign in to comment.