wally-cli icon indicating copy to clipboard operation
wally-cli copied to clipboard

Add install command for go >= 1.17

Open Selion05 opened this issue 3 years ago • 3 comments

go get outside of a module was deprecated at 1.17 and doesn't work on 1.18 anymore

Selion05 avatar Jul 16 '22 11:07 Selion05

This should be merged. I just stumbled upon this issue myself, and it robbed me of five minutes of my time.

Leonetienne avatar Jan 15 '23 13:01 Leonetienne

I had to define the target directory explicitly for it to be accessible from the default PATH:
sudo GOBIN=/usr/local/bin go install github.com/zsa/wally-cli@latest

Leonetienne avatar Jan 15 '23 13:01 Leonetienne

I was able to run go install github.com/zsa/wally-cli@latest with go1.22 - worked like a charm

noboruma avatar Apr 25 '24 05:04 noboruma