Skip to content

Commit

Permalink
Upgrade protobuf go lib to v1.36.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Jan 15, 2025
1 parent 85ba306 commit f39fc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/go/dep_protoc_gen_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/protocolbuffers/protobuf-go/releases 20250107 checked 20250113
PROTOC_GEN_GO_VERSION ?= v1.36.2
PROTOC_GEN_GO_VERSION ?= v1.36.3

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

0 comments on commit f39fc98

Please sign in to comment.