-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Build errors on Ubuntu 20.4 w/ Go 1.13.8 #31
Comments
Hmm ... after digging in
|
I believe the codegangsta/cli package I use changed its API slightly between versions and one of the changes triggers the error you pasted. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clean install of Ubuntu 20.04 ...
Latest Go release from the standard Ubuntu apt package repos, via
sudo apt install -y golang
And then 😢
Anything immediately apparent (apart from the fact that the version of Go is several releases ahead of the 1.10 release mentioned in the README)?
Also tried downgrading to Go 1.10 but that threw a completely different set of errors so I'll leave that for another day.
The text was updated successfully, but these errors were encountered: