We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46e1d4 commit a6d7bf3Copy full SHA for a6d7bf3
.circleci/config.yml
@@ -139,15 +139,15 @@ jobs:
139
docker push plugins.buf.build/grpc-ecosystem/openapiv2:${CIRCLE_TAG}-1
140
proto_lint:
141
docker:
142
- - image: bufbuild/buf:0.54.1
+ - image: bufbuild/buf:0.55.0
143
steps:
144
- checkout
145
- run: buf build
146
- run: buf lint
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
proto_push:
149
150
151
152
153
- run: echo "${BUF_API_TOKEN}" | buf login --username grpcgatewaybot --token-stdin
0 commit comments