From 8cf0a8e204a2438da431f503635abed925cbfb79 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Fri, 9 Feb 2024 14:47:52 -0500 Subject: [PATCH] gopls: record that v0.15 will be the last to support go1.18 ...and v0.14.2 is the last to do so without warnings. Change-Id: Ie8cfd5e0337632fb60900938667e0a2a682ecb65 Reviewed-on: https://go-review.googlesource.com/c/tools/+/562682 Reviewed-by: Robert Findley LUCI-TryBot-Result: Go LUCI --- gopls/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gopls/README.md b/gopls/README.md index 396f86c0242..5c80965c153 100644 --- a/gopls/README.md +++ b/gopls/README.md @@ -94,6 +94,7 @@ version of gopls. | Go 1.12 | [gopls@v0.7.5](https://github.com/golang/tools/releases/tag/gopls%2Fv0.7.5) | | Go 1.15 | [gopls@v0.9.5](https://github.com/golang/tools/releases/tag/gopls%2Fv0.9.5) | | Go 1.17 | [gopls@v0.11.0](https://github.com/golang/tools/releases/tag/gopls%2Fv0.11.0) | +| Go 1.18 | [gopls@v0.14.2](https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.2) | Our extended support is enforced via [continuous integration with older Go versions](doc/contributing.md#ci). This legacy Go CI may not block releases: