-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Errors while installing v1.28 in NVIM v0.9.5 #3664
Comments
I encounter same problem.
If fixed module version from
|
Indeed, it seems like both tools were removed on the master branch. This is the commit message from
This is the commit message from
The proper fix would be to replace usage of both A workaround for both could be to pin the versions to the latest working versions, until the proper fixes are implemented. |
Actually,
|
Fixed in #3665 |
What did you do? (required: The issue will be closed when not provided)
I executed
:GoUpdateBinaries
:The problem can be reproduced by building a Docker image with the following Dockerfile:
What did you expect to happen?
I expected
:GoInstallBinaries
to finish without errors.What happened instead?
Instead,
:GoInstallBinaries
finished with errors.Configuration (MUST fill this out):
vim-go version:
v1.28
Same thing happens with my local version (output of
:PlugSnapshot
):silent! let g:plugs['vim-go'].commit = 'feef9b31507f8e942bcd21f9e1f22d587c83c72d'
vimrc
you used to reproduce:None.
Vim version (first three lines from
:version
):NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1703358377
Same thing happens with my local version:
NVIM v0.10.0-dev
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3
Go version (
go version
):go version go1.22.2 linux/amd64
Same thing happens with my local version:
go version go1.22.3 linux/amd64
Go environment
go env
Output:gopls version
None.
The text was updated successfully, but these errors were encountered: