x/tools/gopls: gopls killed by zsh due to Code Signature Invalid #65810
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
Tools
This label describes issues relating to any tools in the x/tools repository.
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
gopls version
0.14.2
go env
What did you do?
I updated Go from version 1.20.12 to version 1.22.0 (version 1.21.7 also has the problem), and ran the following commands:
rm -rf "$GOPATH/pkg/mod/golang.org/x/tools/[email protected]" go install golang.org/x/tools/gopls@latest
What did you see happen?
gopls failed to launch; it was killed by zsh. I checked the crash report on macOS, and it shows:
After reverting back to version 1.20.12, reinstalled gopls works well.
What did you expect to see?
gopls should work normally.
Editor and settings
No response
Logs
The text was updated successfully, but these errors were encountered: