Skip to content
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

[Bug] vim-go: Go 1.18 drops support for go get (replaced by go install?) #441

Closed
coolaj86 opened this issue Apr 14, 2022 · 6 comments
Closed
Assignees
Labels
bug Something isn't working first-timers-only good first issue Good for newcomers up-for-grabs

Comments

@coolaj86
Copy link
Member

coolaj86 commented Apr 14, 2022

Originally we used go get because go install wouldn't work with go modules.

Now go get won't work with go modules and go install does.

I think the solution is to replace go get with go install in https://github.com/webinstall/webi-installers/blob/main/vim-go/install.sh

Workaround

webi vim-go

vim main.go
:GoInstallBinaries
@coolaj86 coolaj86 added bug Something isn't working good first issue Good for newcomers first-timers-only up-for-grabs labels Apr 14, 2022
@saikmusunuri
Copy link
Contributor

Hey @coolaj86, can you please assign it to me. I would like to contribute to this. Thanks!

@saikmusunuri
Copy link
Contributor

Hey @coolaj86, any update on this?

@coolaj86
Copy link
Member Author

@saikmusunuri Please do.

@saikmusunuri
Copy link
Contributor

Thanks! I will start working on it very soon.

saikmusunuri added a commit to saikmusunuri/webi-installers that referenced this issue Apr 25, 2022
Go 1.18 dropped support for `go get` so as suggested, I have replaced `go get` with `go install`. Please go through it and let me know if any change is required.
@saikmusunuri
Copy link
Contributor

Hey @coolaj86, please review the PR. Thanks!

coolaj86 pushed a commit to saikmusunuri/webi-installers that referenced this issue Aug 8, 2022
Go 1.18 dropped support for `go get` so as suggested, I have replaced `go get` with `go install`. Please go through it and let me know if any change is required.
coolaj86 pushed a commit to saikmusunuri/webi-installers that referenced this issue Aug 8, 2022
Go 1.18 dropped support for `go get` so as suggested, I have replaced `go get` with `go install`. Please go through it and let me know if any change is required.
@coolaj86
Copy link
Member Author

coolaj86 commented Aug 8, 2022

Closing because this was fixed and merged.

@coolaj86 coolaj86 closed this as completed Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working first-timers-only good first issue Good for newcomers up-for-grabs
Projects
None yet
Development

No branches or pull requests

2 participants