Skip to content

Commit

Permalink
protoc: update to the newest protobuf version (25.1)
Browse files Browse the repository at this point in the history
Change-Id: I6b1c86eafe6eb515c2d718344717db0934386983
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/547255
Auto-Submit: Lasse Folger <lassefolger@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Stapelberg <stapelberg@google.com>
  • Loading branch information
lfolger authored and stapelberg committed Dec 5, 2023
1 parent 2087447 commit 704136e
Showing 1 changed file with 1 addition and 1 deletion.
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 = "25.0-rc2"
protobufVersion = "25.1"

golangVersions = func() []string {
// Version policy: same version as is in the x/ repos' go.mod.
Expand Down

0 comments on commit 704136e

Please sign in to comment.