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
Running go mod vendor before golangci-lint fixed this issue. But I'm not sure if golangci-lint should have considered GOFLAGS="-mod=vendor", so I'll leave this open for further comments.
I'm hitting this error when running golangci-lint v1.20.0 on github.com/projectcalico/libcalico-go
level=error msg="Running error: context loading failed: package github.com/sirupsen/logrus: no go files to analyze"
The go.mod in libcalico-go replaces logrus with our fork of that package, but the problem persists if I remove that replace statement.
The text was updated successfully, but these errors were encountered: