Skip to content

Commit

Permalink
types/descriptorpb: regenerate using latest protobuf v24.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
v24.0-rc2 release candidate of Protobuf. This provides access to the
various new fields and types defined in google/protobuf/descriptor.proto.

Change-Id: I8ec56b308dd7eed52fb9b17b258a45d0669c47ff
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/512795
Reviewed-by: Lasse Folger <[email protected]>
Reviewed-by: Michael Stapelberg <[email protected]>
  • Loading branch information
jhump authored and stapelberg committed Jul 27, 2023
1 parent 31694db commit 6d0a5db
Show file tree
Hide file tree
Showing 6 changed files with 1,637 additions and 670 deletions.
3 changes: 1 addition & 2 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ var (
regenerate = flag.Bool("regenerate", false, "regenerate files")
buildRelease = flag.Bool("buildRelease", false, "build release binaries")

protobufVersion = "344f6dee76ea858acfd4fd575ab386438256842b"
protobufSHA256 = "" // ignored if protobufVersion is a git hash
protobufVersion = "24.0-rc2"

golangVersions = func() []string {
var vers []string
Expand Down
162 changes: 141 additions & 21 deletions internal/genid/descriptor_gen.go

Large diffs are not rendered by default.

62 changes: 58 additions & 4 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 6d0a5db

Please sign in to comment.