Skip to content

Commit 65196ca

Browse files
committed
gopls/README.md: fix wording around supported Go versions
Change-Id: I25eb83edc5fca0958833371d2d4a6c28af6c21c7 Reviewed-on: https://go-review.googlesource.com/c/tools/+/444175 TryBot-Result: Gopher Robot <[email protected]> gopls-CI: kokoro <[email protected]> Run-TryBot: Robert Findley <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent 6128030 commit 65196ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gopls/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ meaning that it officially supports the last 2 major Go releases. Per
7676
support for the last 4 major Go releases, but this support extends only to not
7777
breaking the build and avoiding easily fixable regressions.
7878

79-
The following table shows the final gopls version that supports being built at
80-
a given Go Version. Any more recent Go versions missing from this table can
81-
still be built with the latest version of gopls.
79+
The following table shows the final gopls version that supports being built
80+
with a given Go version. Go releases more recent than any in the table can
81+
build any version of gopls.
8282

8383
| Go Version | Final gopls Version With Support |
8484
| ----------- | -------------------------------- |

0 commit comments

Comments
 (0)