Skip to content

Commit

Permalink
Update connect to v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Dec 11, 2023
1 parent a1b0e0d commit 0acd708
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_minisign.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/aead/minisign/commit/6214f2a113f6dc8b3c245ab887f581dedb603fdf 20220918 checked 20230104
MINISIGN_VERSION ?= 6214f2a113f6dc8b3c245ab887f581dedb603fdf
# https://github.com/aead/minisign 20231031 checked 20231107
MINISIGN_VERSION ?= v0.2.1

MINISIGN := $(CACHE_VERSIONS)/MINISIGN/$(MINISIGN_VERSION)
$(MINISIGN):
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 20231024 checked 20231027
CONNECT_VERSION ?= v1.12.0
# https://github.com/connectrpc/connect-go 20231208 checked 20231211
CONNECT_VERSION ?= v1.13.0

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

0 comments on commit 0acd708

Please sign in to comment.