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
crlfmt depends on a copy of some components from the go stdlib (in the repository cockroachdb/gostdlib) which are from go 1.13,
and these have changed in go 1.18 enough that they are not any more compatible.
we need to update our copy of the internal components to 1.18 too.
In the meantime perhaps you can try building crlfmt using go 1.17 or earlier.
I get a panic when trying to format my code:
The text was updated successfully, but these errors were encountered: