diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8625f2f8b..75462cb5f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,7 +94,7 @@ jobs: run: git config --global --add safe.directory '*' - name: Run linter env: - GO_LINT_ERROR_FORMAT: github-actions + GO_LINT_ERROR_FORMAT: colored-line-number run: make lint-go lint-charts: