Skip to content

Commit

Permalink
Upgrade connectrpc v1.18.0 (#185)
Browse files Browse the repository at this point in the history
There is a fix for the generated code in v1.18.1. Most generated code
won't be affected, so can upgrade to v1.18.0 with v1.18.1 as a fast
follow.
  • Loading branch information
emcfarlane authored Jan 8, 2025
1 parent d98e8ff commit e9093e0
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/connectrpc/connect-go 20240920 checked 20240920
CONNECT_VERSION ?= v1.17.0
# https://github.com/connectrpc/connect-go 20250107 checked 20250108
CONNECT_VERSION ?= v1.18.0

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

0 comments on commit e9093e0

Please sign in to comment.