Skip to content

Commit

Permalink
Update protoc release to include editions language features proto for Go
Browse files Browse the repository at this point in the history
related to #16211

PiperOrigin-RevId: 684366194
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Oct 10, 2024
1 parent 0df6034 commit 353d726
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions go/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
filegroup(
name = "go_features_proto_srcs",
srcs = ["go_features.proto"],
visibility = ["//:__subpackages__"],
)
1 change: 1 addition & 0 deletions pkg/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 353d726

Please sign in to comment.