Skip to content

Commit

Permalink
Update protobuf-go
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Feb 2, 2024
1 parent 9575e5d commit 2f12473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/go/dep_protoc_gen_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/protocolbuffers/protobuf-go/commits/master 20231222 checked 20231226
PROTOC_GEN_GO_VERSION ?= v1.32.0
# https://github.com/protocolbuffers/protobuf-go/commits/master 20240201 checked 20240202
PROTOC_GEN_GO_VERSION ?= 82c6b3ad29a1a6116348452560e4fb822a943193

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

0 comments on commit 2f12473

Please sign in to comment.