Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Dec 27, 2023
1 parent ac9cadc commit 0da8a07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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 20231027 checked 20231027
BUF_VERSION ?= v1.27.2
# https://github.com/bufbuild/buf/releases 20231115 checked 20231226
BUF_VERSION ?= v1.28.1
# Settable
#
# If set, this path will be installed every time someone depends on $(BUF)
Expand Down
2 changes: 1 addition & 1 deletion make/go/dep_protoc_gen_connect_go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $(call _assert_var,CACHE_BIN)

# Settable
# https://github.com/connectrpc/connect-go 20231208 checked 20231211
CONNECT_VERSION ?= v1.13.0
CONNECT_VERSION ?= v1.14.0

GO_GET_PKGS := $(GO_GET_PKGS) \
connectrpc.com/connect@$(CONNECT_VERSION)
Expand Down
5 changes: 2 additions & 3 deletions make/go/dep_protoc_gen_go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ $(call _assert_var,CACHE_VERSIONS)
$(call _assert_var,CACHE_BIN)

# Settable
# https://github.com/protocolbuffers/protobuf-go/commits/master 20231027 checked 20231102
# TODO: Change back to releases once editions is released on protobuf-go
PROTOC_GEN_GO_VERSION ?= f4a6c1f6e5c183174c1ea206ed49916e8f1dd1e8
# https://github.com/protocolbuffers/protobuf-go/commits/master 20231222 checked 20231226
PROTOC_GEN_GO_VERSION ?= v1.32.0

GO_GET_PKGS := $(GO_GET_PKGS) \
google.golang.org/protobuf/proto@$(PROTOC_GEN_GO_VERSION)
Expand Down

0 comments on commit 0da8a07

Please sign in to comment.