Skip to content

Commit a6d7bf3

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update bufbuild/buf docker tag to v0.55.0
1 parent a46e1d4 commit a6d7bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,15 +139,15 @@ jobs:
139139
docker push plugins.buf.build/grpc-ecosystem/openapiv2:${CIRCLE_TAG}-1
140140
proto_lint:
141141
docker:
142-
- image: bufbuild/buf:0.54.1
142+
- image: bufbuild/buf:0.55.0
143143
steps:
144144
- checkout
145145
- run: buf build
146146
- run: buf lint
147147
- 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'
148148
proto_push:
149149
docker:
150-
- image: bufbuild/buf:0.54.1
150+
- image: bufbuild/buf:0.55.0
151151
steps:
152152
- checkout
153153
- run: echo "${BUF_API_TOKEN}" | buf login --username grpcgatewaybot --token-stdin

0 commit comments

Comments
 (0)