FS#74135 - gopls rebuild with go1.18
Attached to Project:
Community Packages
Opened by Aaron (potatoattack) - Tuesday, 15 March 2022, 22:58 GMT
Last edited by Morten Linderud (Foxboron) - Tuesday, 19 April 2022, 18:57 GMT
Opened by Aaron (potatoattack) - Tuesday, 15 March 2022, 22:58 GMT
Last edited by Morten Linderud (Foxboron) - Tuesday, 19 April 2022, 18:57 GMT
|
Details
Description:
gopls needs to be rebuilt with go1.18 to include support for generics and other new features in 1.18. Currently things like the new "any" alias are seen as invalid types which can be seen in the context package. Documented under the "Working with generic code" heading at: https://github.com/golang/tools/blob/master/gopls/doc/advanced.md |
This task depends upon