From d2be1dc6824ec05ba023f3af444404d08c50bdfe Mon Sep 17 00:00:00 2001 From: Shubham Gupta Date: Sat, 11 Nov 2023 05:07:20 +0530 Subject: [PATCH] update CI Signed-off-by: Shubham Gupta --- .github/workflows/operator-ci.yaml | 1 - .golangci.yml | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/operator-ci.yaml b/.github/workflows/operator-ci.yaml index f9322b585..f32f67757 100644 --- a/.github/workflows/operator-ci.yaml +++ b/.github/workflows/operator-ci.yaml @@ -86,7 +86,6 @@ jobs: uses: golangci/golangci-lint-action@v3 with: version: v1.54.0 - args: --timeout=5m0s ./... --verbose --out-format=github-actions container_quality_dockerfile_lint: needs: [gofmt, govet] diff --git a/.golangci.yml b/.golangci.yml index 48fc1e0d6..a72eb7d4d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -25,6 +25,10 @@ issues: run: timeout: 5m go-version: "1.21" + output: + format: colored-line-number + sort-results: true + test: false # Exclude third-party packages and go.mod from the lint checks exclude: |