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:
Joe Tsai 2021-02-25 17:12:53 -08:00
parent 839ce43689
commit 731520d340

View File

@ -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"