Update protoc release to include editions language features proto for Go

related to https://github.com/protocolbuffers/protobuf/issues/16211

PiperOrigin-RevId: 684366194
pull/18751/head
Protobuf Team Bot 5 months ago committed by Copybara-Service
parent 0df6034ae9
commit 353d726bbc
  1. 5
      go/BUILD.bazel
  2. 1
      pkg/BUILD.bazel

@ -0,0 +1,5 @@
filegroup(
name = "go_features_proto_srcs",
srcs = ["go_features.proto"],
visibility = ["//:__subpackages__"],
)

@ -16,6 +16,7 @@ pkg_files(
name = "wkt_protos_files",
srcs = [
"//:well_known_type_protos",
"//go:go_features_proto_srcs",
"//java/core:java_features_proto_srcs",
"//src/google/protobuf:cpp_features_proto_srcs",
"//src/google/protobuf:descriptor_proto_srcs",

Loading…
Cancel
Save