File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,15 +139,15 @@ jobs:
139
139
docker push plugins.buf.build/grpc-ecosystem/openapiv2:${CIRCLE_TAG}-1
140
140
proto_lint :
141
141
docker :
142
- - image : bufbuild/buf:0.54.1
142
+ - image : bufbuild/buf:0.55.0
143
143
steps :
144
144
- checkout
145
145
- run : buf build
146
146
- run : buf lint
147
147
- 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'
148
148
proto_push :
149
149
docker :
150
- - image : bufbuild/buf:0.54.1
150
+ - image : bufbuild/buf:0.55.0
151
151
steps :
152
152
- checkout
153
153
- run : echo "${BUF_API_TOKEN}" | buf login --username grpcgatewaybot --token-stdin
You can’t perform that action at this time.
0 commit comments