mirror of https://github.com/golang/go.git
tools, gopls: update Go versions in go.mod files to 1.12
gopls is officially supported for Go versions 1.14 and 1.15, but we test with 1.12 and 1.13 as well. Fixes golang/go#41383 Change-Id: I89f1a876ccdb25a269a3c39a4d81dd3bf37bd12f Reviewed-on: https://go-review.googlesource.com/c/tools/+/254754 Trust: Rebecca Stambler <rstambler@golang.org> Trust: Robert Findley <rfindley@google.com> Reviewed-by: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
parent
8f9ed77dd8
commit
2b477fad35
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module golang.org/x/tools
|
||||
|
||||
go 1.11
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/yuin/goldmark v1.2.1
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
module golang.org/x/tools/gopls
|
||||
|
||||
go 1.13
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/sergi/go-diff v1.1.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue