You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gopls/internal/cache: ensure GO111MODULE is unset in GOPATH tests
With GO111MODULE=on in the test environment, the GOPATH subtest of
TestZeroConfigAlgorithm was failing, since GO111MODULE=on invalidated
our detection of a GOPATH workspace. Fix the test environment.
Fixesgolang/go#70196
Change-Id: Ia80a5a63d93842aef4b67ca419e1d27eb11573c9
Reviewed-on: https://go-review.googlesource.com/c/tools/+/625515
LUCI-TryBot-Result: Go LUCI <[email protected]>
Reviewed-by: Hongxiang Jiang <[email protected]>
0 commit comments