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
Code quality checks fail to run even on main brainch, github runner would give out following error:
Running [/home/runner/golangci-lint-1.57.2-linux-amd64/golangci-lint run --out-format=github-actions --timeout 5m] in [] ...
level=warning msg="[runner] Can't run linter goanalysis_metalinter: buildir: failed to load package grpc: could not load export data: no export data for \"google.golang.org/grpc\""
level=error msg="Running error: can't run linter goanalysis_metalinter\nbuildir: failed to load package grpc: could not load export data: no export data for \"google.golang.org/grpc\""
The text was updated successfully, but these errors were encountered:
Code quality checks fail to run even on main brainch, github runner would give out following error:
The text was updated successfully, but these errors were encountered: