-
Notifications
You must be signed in to change notification settings - Fork 148
Change go
binary file lookup for generate & test tools
#520
Conversation
Not LGTM sorry. We cannot use the go.binary in the path as this may not be the same go binary that built this go test binary. |
Please log an issue to discuss the problem with nix and we'll workshop a solution there. |
ubuntu 15.04 docker image via AWS
same problem.
|
|
Thanks for the report. I think this is fixable, it looks like Ubuntu move On Wed, 30 Dec 2015, 14:45 Michael notifications@github.com wrote:
|
Go gb generate I think it would be easier to just execute "go" and let the On Wed, 30 Dec 2015, 14:48 Dave Cheney dave@cheney.net wrote:
|
For the cmd/gb test it is important to call the save version of Go that On Wed, 30 Dec 2015, 14:50 Dave Cheney dave@cheney.net wrote:
|
filepath.Join(runtime.GOROOT(), "bin", "go")
is not always find the correct location of ago
binary fileexample: