diff --git a/internal/gen/proto/go/org/foo/v1/foo.pb.go b/internal/gen/proto/go/org/foo/v1/foo.pb.go index eef0ee4..815dba3 100644 --- a/internal/gen/proto/go/org/foo/v1/foo.pb.go +++ b/internal/gen/proto/go/org/foo/v1/foo.pb.go @@ -14,7 +14,7 @@ // Code generated by protoc-gen-go. DO NOT EDIT. // versions: -// protoc-gen-go v1.35.2 +// protoc-gen-go v1.36.0 // protoc (unknown) // source: org/foo/v1/foo.proto @@ -35,11 +35,10 @@ const ( ) type Bar struct { - state protoimpl.MessageState - sizeCache protoimpl.SizeCache + state protoimpl.MessageState `protogen:"open.v1"` + Baz string `protobuf:"bytes,1,opt,name=baz,proto3" json:"baz,omitempty"` unknownFields protoimpl.UnknownFields - - Baz string `protobuf:"bytes,1,opt,name=baz,proto3" json:"baz,omitempty"` + sizeCache protoimpl.SizeCache } func (x *Bar) Reset() { diff --git a/make/go/dep_protoc_gen_go.mk b/make/go/dep_protoc_gen_go.mk index c0a2d3e..57a4740 100644 --- a/make/go/dep_protoc_gen_go.mk +++ b/make/go/dep_protoc_gen_go.mk @@ -7,8 +7,8 @@ $(call _assert_var,CACHE_VERSIONS) $(call _assert_var,CACHE_BIN) # Settable -# https://github.com/protocolbuffers/protobuf-go/releases 20241114 checked 20241118 -PROTOC_GEN_GO_VERSION ?= v1.35.2 +# https://github.com/protocolbuffers/protobuf-go/releases 20241216 checked 20241217 +PROTOC_GEN_GO_VERSION ?= v1.36.0 GO_GET_PKGS := $(GO_GET_PKGS) \ google.golang.org/protobuf/proto@$(PROTOC_GEN_GO_VERSION)