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
There are known issues in golangci-lint around 1.18 compatibility, listed below. The real issue is that this action reports success even when the underlying code fails.
- name: golangci-lintuses: reviewdog/action-golangci-lint@masterwith:
tool_name: golangci-lintgolangci_lint_version: v1.44.0reviewdog_version: v0.13.1go_version: '1.18.0'# we're not having reviewdog cache for us because we're caching across multiple actions herecache: falselevel: errorfail_on_error: truereporter: github-pr-reviewfilter_mode: diff_context
There are known issues in golangci-lint around 1.18 compatibility, listed below. The real issue is that this action reports success even when the underlying code fails.
Related Issues
Config
Error Output
The text was updated successfully, but these errors were encountered: