Skip to content

Use local GOPATH in Makefile

Alessio Caiazza requested to merge local_gopath into master

This MR implements local GOPATH in Makefile, this helps in keeping binary dependencies outside of global GOPATH and removes the disparity between dev and ci environment.

Makefile now creates .gopath/ inside project directory and symlinks sourcecode in the proper position. Than each relevant makefile target cd to the right folder and execute the command.

/cc @ayufan @tmaczukin

Merge request reports

Loading