mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-01 03:14:16 +00:00
e5db2960ed
Go 1.9 and 1.10 produce binaries that don't run on the most recent version of macOS. Drop these versions from the tested set. Update minor revision where a newer one is available: 1.15.9 -> 1.15.15 1.16.1 -> 1.16.10 Add 1.17.3. Bump go.mod version to go1.11. Fixes golang/protobuf#1394. Change-Id: I7850b86819d356891917d2987f080d3e7dbd7cc5 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/370055 Trust: Damien Neil <dneil@google.com> Run-TryBot: Damien Neil <dneil@google.com> Reviewed-by: Joseph Tsai <joetsai@digital-static.net> Reviewed-by: Florian Zenker <floriank@google.com>
9 lines
124 B
Modula-2
9 lines
124 B
Modula-2
module google.golang.org/protobuf
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.0
|
|
github.com/google/go-cmp v0.5.5
|
|
)
|