Skip to content

Commit

Permalink
Update connect-go to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Apr 20, 2023
1 parent a3a08cc commit c91c92a
Showing 1 changed file with 2 additions and 2 deletions.
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/bufbuild/connect-go 20230403 checked 20230403
CONNECT_VERSION ?= v1.6.0
# https://github.com/bufbuild/connect-go 20230419 checked 20230420
CONNECT_VERSION ?= v1.7.0

GO_GET_PKGS := $(GO_GET_PKGS) \
github.com/bufbuild/connect-go@$(CONNECT_VERSION)
Expand Down

0 comments on commit c91c92a

Please sign in to comment.