mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
* Update e2e tests to not use sudo Using a system temporary directory via mktemp we can place our GOMOD_CACHE in a place that does not require root permission to clear. As well we use the environment variable for GO_BINARY_PATH to point to a module compatible go version. At this time, 1.11beta3. * add GO_BINARY_PATH to travis * Use conditional GO_BINARY_PATH Co-authored-by: robbie <hello@robloranger.ca> Co-authored-by: carolyn <me@carolynvanslyck.com> * no longer needs to set GO_BINARY_PATH in env