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
Go 1.18 no longer allows using "go get" to install programs,
as that is now done via "go install" instead.
We already updated the install instructions,
but some of the tests still used "go get" that way.
We require Go 1.16+, so we can assume "go install pkg@version" works.
Also stop setting GO111MODULE=on in a couple of tests,
as that has been the default since Go 1.16.
Finally, since we require Go 1.16 or later, we can simplify the tests to
no longer need to worry about older Go versions.
Updates #1619.
Change-Id: I59b16f3270b20e93efbab4b4044eb33c0ebc67c0
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/536181
Unity-Result: CUEcueckoo <cueckoo@cuelang.org>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Marcel van Lohuizen <mpvl@gmail.com>
0 commit comments