Go Installation #1440
doctorfree
started this conversation in
General
Go Installation
#1440
Replies: 1 comment
-
That's a good find, thanks! I'll update that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to install using
go install github.com/wtfutil/wtf@latest
after upgrading to the latest version of go. The install failed previously using go 1.17.5 on Ubuntu 20.04.Perhaps the installation instructions in the README should be updated to include a minimum version of Go that is required and replace the deprecated
go get ...
withgo install ...
Also, thanks for the cool utility!
Beta Was this translation helpful? Give feedback.
All reactions