Skip to content

Commit

Permalink
Update bufbuild/buf version to 1.47.0 (#166)
Browse files Browse the repository at this point in the history
Update bufbuild/buf version to newly released version, v1.47.0.

---------

Co-authored-by: doriable <[email protected]>
Co-authored-by: Doria Keung <[email protected]>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent 7415338 commit 990c3c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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"
4 changes: 2 additions & 2 deletions make/go/dep_buf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $(call _assert_var,CACHE_VERSIONS)
$(call _assert_var,CACHE_BIN)

# Settable
# https://github.com/bufbuild/buf/releases 20240911 checked 20240916
BUF_VERSION ?= v1.41.0
# https://github.com/bufbuild/buf/releases 20241113 checked 20241113
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 990c3c9

Please sign in to comment.