Hi all,
I recently started using go1.18 in my projects and I cannot figure out how to update YCM to work with golang generics.
YCM displays error messages at the bottom (see the screenshot) when I save a file with valid generics syntax; the code compiles fine but YCM thinks there's an error.
What I've tried so far:
- Updated YCM to the latest version
- Re-ran the install.py
- Updated `gopls` to the latest version
Any advice or help is appreciated.