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
The GOCACHE env variable will be phased out out in 1.12, and cannot be used with go modules enabled in 1.11. https://tip.golang.org/doc/go1.11#gocache
I presume you want to disable the test caching, in which case you can use go test -count=1 ...
Uh oh!
There was an error while loading. Please reload this page.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?What did you do?
To be honest, not much. In attempt to turn off cache and running the tests Go throws an error.
go mod
What did you expect to see?
Running tests. This is the regression from the previous version and may break people's setup (CI for instance).
What did you see instead?
The text was updated successfully, but these errors were encountered: