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
Summarizing 3 Failures:
[FAIL] .CompileTest a remote package [It] compiles the specified test package
/home/tom/workspace/gomega/gexec/build_test.go:139
[FAIL] .CompileTestWithEnvironment a remote package [It] compiles the specified test package with the specified env vars
/home/tom/workspace/gomega/gexec/build_test.go:207
[FAIL] .CompiledTestIn a remote package [It] compiles the specified test package
/home/tom/workspace/gomega/gexec/build_test.go:261
In Go 1.18, go get fails when not run in a go module. go install should be used in order to install go binaries on the GOPATH now, however go install will fail when not targeting a main package.
The text was updated successfully, but these errors were encountered:
To reproduce, simply run
ginkgo -r
using Go 1.18.The following specs fail:
In Go 1.18,
go get
fails when not run in a go module.go install
should be used in order to install go binaries on theGOPATH
now, however go install will fail when not targeting a main package.The text was updated successfully, but these errors were encountered: