all: update to go1.13.15, go1.14.7, and go1.15

Change-Id: I9675b6e1196afb185fab1c2d650894cf68b325e5
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/248277
Reviewed-by: Damien Neil <dneil@google.com>
This commit is contained in:
Joe Tsai 2020-08-12 11:14:11 -07:00
parent 1a3946737f
commit 16365ed3d8

View File

@ -36,7 +36,7 @@ var (
protobufVersion = "ef7cc811" // v3.12.0-rc1 protobufVersion = "ef7cc811" // v3.12.0-rc1
protobufSHA256 = "" // ignored if protobufVersion is a git hash protobufSHA256 = "" // ignored if protobufVersion is a git hash
golangVersions = []string{"1.9.7", "1.10.8", "1.11.13", "1.12.17", "1.13.12", "1.14.4"} golangVersions = []string{"1.9.7", "1.10.8", "1.11.13", "1.12.17", "1.13.15", "1.14.7", "1.15"}
golangLatest = golangVersions[len(golangVersions)-1] golangLatest = golangVersions[len(golangVersions)-1]
staticcheckVersion = "2020.1.4" staticcheckVersion = "2020.1.4"