-
Notifications
You must be signed in to change notification settings - Fork 41
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
Unable to install; error with go-redis #26
Comments
There's an issue about this upstream in the module: redis/go-redis#1333 |
This also happens when trying to manually build it with Go 1.10
|
Hey! Thanks for the issue report! |
So, golang 1.10 does not work. I just tried building it using a docker golang:1.10 image.
|
Same with 1.11 though... Interesting. |
You need to use the command with Line 37 in ae53faa
So your command would be: As the variable name suggests, this wildness starts at golang 1.11; anything before won't build. And starting at 1.11 you need to have this. (as Adding: I have built birdwatcher multiple times without issues as of writing. |
For reference, the go 1.10 install is the package provided in Ubuntu 18.04 |
Hapens with Go 1.14 (can build it manually) and 1.10
The text was updated successfully, but these errors were encountered: