From 2b477fad350e38ecd3857c00b6d5bf2a1ff549ab Mon Sep 17 00:00:00 2001 From: Rebecca Stambler Date: Mon, 14 Sep 2020 17:49:17 -0400 Subject: [PATCH] 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 Trust: Robert Findley Reviewed-by: Robert Findley gopls-CI: kokoro Run-TryBot: Rebecca Stambler TryBot-Result: Go Bot --- go.mod | 2 +- gopls/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index dc62a11770..ecc60d6d18 100644 --- a/go.mod +++ b/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 diff --git a/gopls/go.mod b/gopls/go.mod index bdc0b56a24..5cf45e1e70 100644 --- a/gopls/go.mod +++ b/gopls/go.mod @@ -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