mirror of
https://github.com/protocolbuffers/protobuf-go.git
synced 2025-01-30 12:32:36 +00:00
all: add/bump tested Go versions
Add 1.18.1. Bump 1.16.0 -> 1.16.15, 1.17.3 -> 1.17.10. Change-Id: Ic19b47004484970b404e4eb8b2d02955410f65af Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/406839 Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Joseph Tsai <joetsai@digital-static.net> Reviewed-by: Lasse Folger <lassefolger@google.com>
This commit is contained in:
parent
563f06fbeb
commit
4db09f5dd7
@ -38,7 +38,7 @@ var (
|
||||
protobufVersion = "3.15.3"
|
||||
protobufSHA256 = "" // ignored if protobufVersion is a git hash
|
||||
|
||||
golangVersions = []string{"1.11.13", "1.12.17", "1.13.15", "1.14.15", "1.15.15", "1.16.10", "1.17.3"}
|
||||
golangVersions = []string{"1.11.13", "1.12.17", "1.13.15", "1.14.15", "1.15.15", "1.16.15", "1.17.10", "1.18.1"}
|
||||
golangLatest = golangVersions[len(golangVersions)-1]
|
||||
|
||||
staticcheckVersion = "2020.1.4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user