Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove use of GOPATH in Makefiles #279

Closed
mirkoboehm opened this issue Apr 17, 2019 · 1 comment
Closed

Remove use of GOPATH in Makefiles #279

mirkoboehm opened this issue Apr 17, 2019 · 1 comment
Assignees
Milestone

Comments

@mirkoboehm
Copy link

We switched to "go mod", which deprecates the GOPATH concept. To complete the transition, we need to remove all uses of the GOPATH concept from the build system.

@mirkoboehm mirkoboehm added this to the Sprint 5.1 milestone Apr 17, 2019
@mirkoboehm mirkoboehm self-assigned this Apr 17, 2019
hemarkus pushed a commit that referenced this issue Apr 18, 2019
hemarkus pushed a commit that referenced this issue Apr 18, 2019
With the change to `go mod` we will remove usages of and references to GOPATH.

References #279.
@mirkoboehm
Copy link
Author

This is done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant