-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
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
📖 Update Install command for version 3 #1125
Conversation
Change v2@latest to v@latest in README.md
This command is currently failing with:
Trying to understand what the right fix here should be. If anyone understands this problem better, please do chime in. @naveensrinivasan @oliverchang FYI. |
Looks like it by design golang/go#44840. My suggestion would be is to change to
|
Hmm, it still fails for me:
|
It is not a failure. It is a warning. It will be installed. You can |
Yeah that did work. I wonder if that's what we should be asking our users to do though. What's the reason for having the |
The replace is for not having these OSV's. Lines 99 to 111 in 3233e4f
Here is prior to 3.0 and now https://deps.dev/go/github.com%2Fossf%2Fscorecard%2Fv3 we don't have any |
Why do we want to provide an option to download using |
Makes sense. In that case, we should keep the From golang/go#40276, my understanding of the issue is this - Here's my suggestion - how about we ask users to download the |
I concur we should ask users to download the binary from GitHub releases rather than Thanks! |
Thanks. @olivekl can you update the documentation here to reflect this? Basically, we want users to visit our latest release page. From there, they will need to download and extract the right binary (Linux, Mac or Windows) and add this to their |
Remove `go install` instructions and replace with instructions to download binary from GitHub releases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks @olivekl !
Change gopath to GOPATH
Change v2@latest to v@latest in README.md
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Docs update
What is the current behavior? (You can also link to an open issue here)
Old version in install command
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information: