-
Notifications
You must be signed in to change notification settings - Fork 540
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
Glide requires $GOPATH, but Go 1.8 doesn't #771
Milestone
Comments
I wonder if we could use |
I am using |
jmalloc
added a commit
to jmalloc/dotfiles
that referenced
this issue
Apr 1, 2017
mattfarina
added a commit
that referenced
this issue
Apr 7, 2017
In Go 1.8 a default GOPATH was introduced. This can be retrieved using `go env GOPATH`. This change updates Glide to check for a default value when the GOPATH is not set. The reason to invode the go toolchain as a second step is to avoid invoking it if possible.
There's a PR for this on #798 |
mattfarina
added a commit
that referenced
this issue
Apr 10, 2017
Fixes #771: Handling default GOPATH for Go 1.8
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Glide should use the default of $HOME/go if not set.
The text was updated successfully, but these errors were encountered: