From 984583a04d326921e3fb84b7bd3d9d5d8591091a Mon Sep 17 00:00:00 2001 From: arunma Date: Fri, 29 Dec 2023 14:23:36 +0800 Subject: [PATCH 1/3] fix: modify golangci-lint --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 61ef383fc4..fdcafb5608 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -18,7 +18,7 @@ jobs: # This workflow contains a single job called "build" golangci-lint: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: macos-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: From 91bf12402bd1dab3b3a755ecd4b8b56e95f516df Mon Sep 17 00:00:00 2001 From: arunma Date: Fri, 29 Dec 2023 14:57:11 +0800 Subject: [PATCH 2/3] fix: modify golangci-lint --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index cf1d742529..4083a40a42 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -29,7 +29,7 @@ linters-settings: run: modules-download-mode: vendor - timeout: 15m + timeout: 30m # The default concurrency value is the number of available CPU. concurrency: 12 # Allow multiple parallel golangci-lint instances running. From 8d0c37a18f26a57d61d86d62ed8427dc32cff76b Mon Sep 17 00:00:00 2001 From: arunma Date: Fri, 29 Dec 2023 16:03:55 +0800 Subject: [PATCH 3/3] fix: modify golangci-lint --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 4083a40a42..831b35d913 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -29,7 +29,7 @@ linters-settings: run: modules-download-mode: vendor - timeout: 30m + timeout: 60m # The default concurrency value is the number of available CPU. concurrency: 12 # Allow multiple parallel golangci-lint instances running.