mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-30 21:32:43 +00:00
all: update to use Go1.16.1
Change-Id: I9d899131c09f16b4de7cbece8099aa463eec0f75 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/298049 Trust: Joe Tsai <joetsai@digital-static.net> Reviewed-by: Damien Neil <dneil@google.com>
This commit is contained in:
parent
839ce43689
commit
731520d340
@ -36,7 +36,7 @@ var (
|
||||
protobufVersion = "3.15.3"
|
||||
protobufSHA256 = "" // ignored if protobufVersion is a git hash
|
||||
|
||||
golangVersions = []string{"1.9.7", "1.10.8", "1.11.13", "1.12.17", "1.13.15", "1.14.7", "1.15"}
|
||||
golangVersions = []string{"1.9.7", "1.10.8", "1.11.13", "1.12.17", "1.13.15", "1.14.15", "1.15.9", "1.16.1"}
|
||||
golangLatest = golangVersions[len(golangVersions)-1]
|
||||
|
||||
staticcheckVersion = "2020.1.4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user