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:
Rebecca Stambler 2020-09-14 17:49:17 -04:00
parent 8f9ed77dd8
commit 2b477fad35
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module golang.org/x/tools
go 1.11
go 1.12
require (
github.com/yuin/goldmark v1.2.1

View File

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