mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
protoc: update to the newest protobuf version (25.1)
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>
This commit is contained in:
parent
2087447a6b
commit
704136e0c0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user