From 495232ea88011acfd4bf8415454348cdde29582f Mon Sep 17 00:00:00 2001 From: SevenEarth <391613297@qq.com> Date: Thu, 5 Dec 2024 15:29:11 +0800 Subject: [PATCH 1/4] add --- .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 16efc79905..cedb7352e6 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: macos-12 + runs-on: macos-14 # Steps represent a sequence of tasks that will be executed as part of the job steps: From 77dad1f5a531e3c6be4371152a213a7c3df8d5af Mon Sep 17 00:00:00 2001 From: SevenEarth <391613297@qq.com> Date: Thu, 5 Dec 2024 15:35:41 +0800 Subject: [PATCH 2/4] add --- .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 cedb7352e6..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: macos-14 + runs-on: macos-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: From d04e55e86aed21d29f3216e52ceaacaffa9de88f Mon Sep 17 00:00:00 2001 From: SevenEarth <391613297@qq.com> Date: Thu, 5 Dec 2024 15:49:17 +0800 Subject: [PATCH 3/4] add --- .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 fdcafb5608..2e12ce9b4a 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -38,7 +38,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.45.2 + version: v1.62.2 #version: v1.54 working-directory: ./tencentcloud args: --new-from-rev=origin/master -v From d3b61e3fe87c0110e0982ccb3f4a3e28e1ed4be5 Mon Sep 17 00:00:00 2001 From: SevenEarth <391613297@qq.com> Date: Thu, 5 Dec 2024 17:55:26 +0800 Subject: [PATCH 4/4] add --- .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 2e12ce9b4a..780eeadf23 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -38,7 +38,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: - version: v1.62.2 + version: v1.48.0 #version: v1.54 working-directory: ./tencentcloud args: --new-from-rev=origin/master -v