Skip to content

Commit

Permalink
Update make target
Browse files Browse the repository at this point in the history
  • Loading branch information
doriable committed Nov 13, 2024
1 parent 348f2ff commit 69252d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make/go/buf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ endif

.PHONY: updatebufversion
updatebufversion:
$(SED_I) -E "s/BUF_VERSION \?=.*/BUF_VERSION ?= ${RELEASE_BUF_VERSION}/" "make/go/dep_buf.mk"
$(SED_I) -E "s/BUF_VERSION \?=.*/BUF_VERSION ?= v${RELEASE_BUF_VERSION}/" "make/go/dep_buf.mk"
$(SED_I) -E "s/\# https\:\/\/github.com\/bufbuild\/buf\/releases.*/\# https\:\/\/github.com\/bufbuild\/buf\/releases $(shell date "+%Y%m%d") checked $(shell date "+%Y%m%d")/" "make/go/dep_buf.mk"
2 changes: 1 addition & 1 deletion make/go/dep_buf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $(call _assert_var,CACHE_BIN)

# Settable
# https://github.com/bufbuild/buf/releases 20241113 checked 20241113
BUF_VERSION ?= 1.47.0
BUF_VERSION ?= v1.47.0
# Settable
#
# If set, this path will be installed every time someone depends on $(BUF)
Expand Down

0 comments on commit 69252d8

Please sign in to comment.