mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-04-01 04:20:57 +00:00
all: update to go1.13.12 and go1.14.4
Change-Id: I38b18cf8124fcc52d56741e0cefb68fe973ab087 Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/238758 Reviewed-by: Herbie Ong <herbie@google.com>
This commit is contained in:
parent
c9c87ce6a4
commit
c0ad199d14
@ -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.11", "1.14.3"}
|
golangVersions = []string{"1.9.7", "1.10.8", "1.11.13", "1.12.17", "1.13.12", "1.14.4"}
|
||||||
golangLatest = golangVersions[len(golangVersions)-1]
|
golangLatest = golangVersions[len(golangVersions)-1]
|
||||||
|
|
||||||
staticcheckVersion = "2020.1.4"
|
staticcheckVersion = "2020.1.4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user