We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying this in my terminal gives me the following result:
The correct operation should be: go get -u github.com/spf13/cobra@latest
go get -u github.com/spf13/cobra@latest
The text was updated successfully, but these errors were encountered:
For reference, the URL is: https://cobra.dev/#install
It looks like the website code is stored in a different repository, here: https://github.com/spf13/cobra.dev/blob/master/content/home/install.md
Sorry, something went wrong.
Fix "go get" command
ef7b15f
With updates to the go CLI, the required target has changed. This commit modifies the command to be the one that works now. Fixes: spf13/cobra#2057
👍
Successfully merging a pull request may close this issue.
Trying this in my terminal gives me the following result:
The correct operation should be:
go get -u github.com/spf13/cobra@latest
The text was updated successfully, but these errors were encountered: