Skip to content

Commit

Permalink
Update connect-go and buf CLI to the latest (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren authored Oct 27, 2023
1 parent cc22bc3 commit ec81dc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 20230809 checked 20230828
BUF_VERSION ?= v1.26.1
# https://github.com/bufbuild/buf/releases 20231027 checked 20231027
BUF_VERSION ?= v1.27.2
# Settable
#
# If set, this path will be installed every time someone depends on $(BUF)
Expand Down
4 changes: 2 additions & 2 deletions make/go/dep_protoc_gen_connect_go.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/connectrpc/connect-go 20230825 checked 20230828
CONNECT_VERSION ?= v1.11.1
# https://github.com/connectrpc/connect-go 20231024 checked 20231027
CONNECT_VERSION ?= v1.12.0

GO_GET_PKGS := $(GO_GET_PKGS) \
connectrpc.com/connect@$(CONNECT_VERSION)
Expand Down

0 comments on commit ec81dc4

Please sign in to comment.