Skip to content

Commit

Permalink
types/descriptorpb: regenerate using latest protobuf v25.0-rc2 releas…
Browse files Browse the repository at this point in the history
…e candidate

This updates all generated code to match the contents of the latest
v25.0-rc2 release candidate of Protobuf. This provides access to the
various new fields and types defined in google/protobuf/descriptor.proto.

Change-Id: I209f8509f2d3e9a0ac7d9e134caef38c48a0d16b
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/538075
Reviewed-by: Lasse Folger <[email protected]>
Reviewed-by: Michael Stapelberg <[email protected]>
  • Loading branch information
jhump authored and lfolger committed Oct 27, 2023
1 parent 86bdc47 commit f4a6c1f
Show file tree
Hide file tree
Showing 8 changed files with 1,216 additions and 976 deletions.
2 changes: 1 addition & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
regenerate = flag.Bool("regenerate", false, "regenerate files")
buildRelease = flag.Bool("buildRelease", false, "build release binaries")

protobufVersion = "24.0-rc2"
protobufVersion = "25.0-rc2"

golangVersions = func() []string {
// Version policy: same version as is in the x/ repos' go.mod.
Expand Down
70 changes: 59 additions & 11 deletions internal/genid/descriptor_gen.go

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

29 changes: 3 additions & 26 deletions internal/testprotos/conformance/conformance.pb.go

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

29 changes: 3 additions & 26 deletions internal/testprotos/conformance/test_messages_proto2.pb.go

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

29 changes: 3 additions & 26 deletions internal/testprotos/conformance/test_messages_proto3.pb.go

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

8 changes: 3 additions & 5 deletions reflect/protoreflect/source_gen.go

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

Loading

0 comments on commit f4a6c1f

Please sign in to comment.