-
-
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
After updating go.mod to 1.23 error highlighting and completion doesn't work #3689
Comments
Have you rebuilt |
Yea I did that a few times and tried it with both deleting the go cache ( I ran into a similar issue when I upgrade one project from 1.20 to 1.21. I'm guessing it might have something to do with the fact that I have some projects using go 1.22 and one that is using 1.23 I tried installing the project dependancies into a separate GOPATH for 1.23 but that didn't work either. For now I'm just changing the go version to 1.22 in go.mod without committing it |
Can you duplicate this on your system with a small project? I'd love to see a clear duplication path. Also, can you try duplicating this without all the other plugins you have configured. i.e. Duplicating this with a small module and with only vim-go being the only plugin in your vimrc will allow us to figure out what's going on as fast as possible. |
Actually it looks like the features that are broken for me are coming from coc-go not vim-go. vim-go is working as before with go 1.23. There is currently an issue open with vim-go and go 1.23 josa42/coc-go#222. |
What did you do? (required: The issue will be closed when not provided)
What did you expect to happen?
See error highlighting or completion
What happened instead?
No action
Configuration (MUST fill this out):
vim-go version: ac1fb96
vimrc
you used to reproduce:vimrc
Vim version (first three lines from
:version
):Go version (
go version
):1.23
Go environment
go env
Output:gopls version
gopls version
Output:GOLSP_LOG
The text was updated successfully, but these errors were encountered: