This doesn't work: go install github.com/fiatjaf/nak@latest
Closed this issue · 2 comments
basantagoswami commented
Running it gives me:
go: github.com/fiatjaf/nak@latest (in github.com/fiatjaf/nak@v0.1.13): go.mod:5: unknown directive: toolchain
I'm on Ubuntu, installed go using:
sudo apt install golang-go
Also, go version
gives me:
go version go1.18.1 linux/amd64
fiatjaf commented
That Go version is 2 years old. Ubuntu is such a pain, no one should use it.
If you're not planning on writing Go I recommend that download use the compiled binary.
Otherwise I recommend https://go.dev/dl/
basantagoswami commented
If you're not planning on writing Go
I'm not. Will use the binary, thanks