Hi all, I’ve been doing some research but haven’t found any solutions to this when trying to run ‘make test’ in the dev environment. Here is the full error:
$HOME/go/bin/godep go test -run=. -test.v -test.timeout=180s ./api || exit 1
/bin/sh: $HOME/go/bin/godep: No such file or directory
make: *** [test] Error 1
I tried creating a bin directory in /go and downloading godep there, but that led to the error:
godep: WARNING: Go version (go1.6) & $GO15VENDOREXPERIMENT= wants to enable the vendor experiment, but disabling because a Godep workspace (Godeps/_workspace) exists
Thanks in advance for any help!