-
-
Notifications
You must be signed in to change notification settings - Fork 12
Cannot execute go get github.com/missinglink/pbf
#13
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
Comments
hi @jengeb, it looks like one of the dependencies is using a new API from golang 1.9+ ref: golang/go#18616 |
orangejulius
added a commit
to pelias/polylines
that referenced
this issue
Mar 9, 2018
The [missinglink/pbf](https://github.com/missinglink/pbf) now requires Go 1.9+, so upgrade to 1.10, the current latest. Without this, Docker images fail to build Connects missinglink/pbf#13
orangejulius
added
8000
a commit
to pelias/polylines
that referenced
this issue
Mar 9, 2018
The [missinglink/pbf](https://github.com/missinglink/pbf) now requires Go 1.9+, so upgrade to 1.10, the current latest. Without this, Docker images fail to build Connects missinglink/pbf#13
@jengeb confirmed it's working on golang 1.10, I will update the README |
missinglink
added a commit
that referenced
this issue
Mar 9, 2018
orangejulius
added a commit
to pelias/polylines
that referenced
this issue
Mar 9, 2018
The [missinglink/pbf](https://github.com/missinglink/pbf) now requires Go 1.9+, so upgrade to 1.10, the current latest. Without this, Docker images fail to build Connects missinglink/pbf#13
@missinglink Thank you very much for your answer. I updated golang to version 1.10 and could execute |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi @missinglink,
Thank you for providing this repository.
After executing
go get github.com/missinglink/pbf
withversion go1.6.2 linux/amd64
I received the following message with the prompt to configure the gopath:After adding the following lines to
~/.bashrc
:and applying this by running
source ~/.bashrc
I could execute thego get github.com/missinglink/pbf
command, but received this response:Do you have a hint how to fix this and continue the installation (on Ubuntu 16.04, 64-bit)?
Best,
Jenny
The text was updated successfully, but these errors were encountered: