Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Add install command for go >= 1.17 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Selion05
Copy link

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

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

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

@Leonetienne
Copy link

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

@noboruma
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants