Skip to content

Commit

Permalink
Update protobuf-go (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman authored Oct 7, 2024
1 parent 930b6e4 commit 4dd5219
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 20240906 checked 20240916
PROTOC_GEN_GO_VERSION ?= v1.34.3-0.20240906163944-03df6c145d96
# https://github.com/protocolbuffers/protobuf-go/releases 20241007 checked 20241007
PROTOC_GEN_GO_VERSION ?= v1.35.1

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

0 comments on commit 4dd5219

Please sign in to comment.