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
Looks like the lint and go-diff depdencies on some module need an update. I fixed it short-term with:
go mod edit -replace github.com/golang/lint=golang.org/x/lint@latest
go mod edit -replace sourcegraph.com/sourcegraph/go-diff@v0.5.1=github.com/sourcegraph/go-diff@v0.5.1
Running:
And I get:
Looks like the lint and go-diff depdencies on some module need an update. I fixed it short-term with:
Seems like there are issues in the relevant repos too (sourcegraph/go-diff#34 and golang/lint#446).
The text was updated successfully, but these errors were encountered: