You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first stuck with the problem after upgraded to latest go (1.22.2) and upgraded gopls. Whenever i open the project in VS code i have no intellisense support anymore. The go.mod file shows an error:
invalid go version '1.22.0': must match format 1.23
Changing the version to 1.22 helps - deps recognized and IntelliSense is back too.
This seems causing the project that uses lanchaingo as dependency to put the wrong go derictive too. Am i doing something wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I first stuck with the problem after upgraded to latest go (1.22.2) and upgraded gopls. Whenever i open the project in VS code i have no intellisense support anymore. The go.mod file shows an error:
Changing the version to
1.22
helps - deps recognized and IntelliSense is back too.This seems causing the project that uses
lanchaingo
as dependency to put the wrong go derictive too. Am i doing something wrong?Beta Was this translation helpful? Give feedback.
All reactions