Skip to content

Commit 1fdae20

Browse files
committed
upd deps
1 parent 6b0ee31 commit 1fdae20

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

buf.gen.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ plugins:
1414
opt:
1515
- html,index.html
1616

17+
# use v2.27.4 to avoid breaking error incl v2.27.5 <-> v2.27.7, resulting in:
18+
# Error converting document: Error converting Swagger to 3.0 failed to resolve "readerV4CheckRequest"
19+
# in fragment in URI: "#/components/schemas/readerV4CheckRequest": map key "readerV4CheckRequest" not found
1720
- remote: buf.build/grpc-ecosystem/openapiv2:v2.27.4
1821
out: ./tmp
1922
opt:

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ buf-format:
5050
@${EXT_BIN_DIR}/buf format -w proto
5151

5252
.PHONY: buf-build
53-
buf-build: ${BIN_DIR}
53+
buf-build: ${BIN_DIR} buf-format
5454
@echo -e "$(ATTN_COLOR)==> $@ $(NO_COLOR)"
5555
@${EXT_BIN_DIR}/buf build --output ${BIN_DIR}/${BUF_DEV_IMAGE}
5656

0 commit comments

Comments
 (0)