This PR upgrades lsif-go to build with Go v1.18, which added support for generics. A quick experiment reveals that navigation should work correctly in files that are using generics excluding type parameters themselves because we don't render correct monikers for those yet.
This PR upgrades lsif-go to build with Go v1.18, which added support for generics. A quick experiment reveals that navigation should work correctly in files that are using generics excluding type parameters themselves because we don't render correct monikers for those yet.
Test plan
See the CI go green.