-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
go get
installs version 1.7.2
#79
Comments
hi @alimoeeny, Thanks for filing this bug. I tried on bash (not zsh) and with an older version already on disk it failed (it didn't override the version). Once I cleaned the src folder under the path I did not have any problem. |
hmm, thanks @lucagrulla |
I think I found the relevant issue with golang: golang/go#35732 |
Please reopen.
Trying to force some recent release will result in:
|
@kerma I understand it's ideal, but it the meantime you can use |
Describe the bug
if you install cs by
go get github.com/lucagrulla/cw
orgo get -u github.com/lucagrulla/cw
you get version 1.7.2 and will be stuck at that version.To Reproduce
just do
go get -u github.com/lucagrulla/cw
I have "go version go1.13.4 darwin/amd64" installed , on a mac with latests macos, in zsh,
Expected behavior
able to get the latest version of cw which is 3.2.3
Screenshots
NA
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: