diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ecdeb1d..8cc7df0 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,5 +17,5 @@ jobs: uses: golangci/golangci-lint-action@v2 with: version: v1.32.2 - args: --timeout=5m --out-format=colored-line-number -E asciicheck -E bodyclose -E dupl -E errorlint -E exportloopref -E funlen + args: --timeout=5m -E asciicheck -E bodyclose -E dupl -E errorlint -E exportloopref -E funlen