Skip to content

Commit

Permalink
Upgrade protobuf go lib to v1.36.3 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane authored Jan 15, 2025
1 parent 85ba306 commit 5f921f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/gen/proto/go/org/foo/v1/foo.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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/releases 20250107 checked 20250113
PROTOC_GEN_GO_VERSION ?= v1.36.2
# https://github.com/protocolbuffers/protobuf-go/releases 20250115 checked 20250115
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 5f921f3

Please sign in to comment.