Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x/tools: drop support for Go toolchains older than go1.16
This change removes all testenv.NeedsGo1Point(16) and earlier calls from tests, which assert that the go command used at run time is at least go1.16; this is now assumed. Also, we assume that a Go toolchain of at least go1.16 is used to build the packages in this repo. This is asserted by the introduction of a reference to io.Discard in go/packages. Change-Id: Ie12d721b44e057ad9936042afb255fa90b2ac5a8 Reviewed-on: https://go-review.googlesource.com/c/tools/+/457657 TryBot-Result: Gopher Robot <gobot@golang.org> gopls-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Alan Donovan <adonovan@google.com> Reviewed-by: Robert Findley <rfindley@google.com>
- Loading branch information