Skip to content

Commit

Permalink
fix buf install
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Jun 28, 2023
1 parent 5ca7fa3 commit cdaaff4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ format/json: \

.PHONY: format/proto
format/proto: \
buf/install \
buf/install
buf format -w

.PHONY: deps
Expand Down
2 changes: 1 addition & 1 deletion Makefile.d/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ buf/install: $(BINDIR)/buf

$(BINDIR)/buf:
curl -sSL \
"https://github.com/bufbuild/buf/releases/download/v$(BUF_VERSION)/buf-$(uname -s)-$(uname -m)" \
"https://github.com/bufbuild/buf/releases/download/$(BUF_VERSION)/buf-$(shell uname -s)-$(shell uname -m)" \
-o "${BINDIR}/buf" && \
chmod +x "${BINDIR}/buf"
2 changes: 1 addition & 1 deletion versions/BUF_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.2
v1.22.0

0 comments on commit cdaaff4

Please sign in to comment.