From 53f89519acd70094df254b0791f0fc26fc65ff37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 20:50:31 +0000 Subject: [PATCH] chore(deps): bump golangci/golangci-lint-action from 3 to 4 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/GoCompileTest.yml | 2 +- .github/workflows/go-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GoCompileTest.yml b/.github/workflows/GoCompileTest.yml index b726713..63dbae1 100644 --- a/.github/workflows/GoCompileTest.yml +++ b/.github/workflows/GoCompileTest.yml @@ -28,7 +28,7 @@ jobs: # 进行代码检查 - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 with: version: v1.55.2 skip-pkg-cache: true diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml index 3d51191..fdd4f90 100644 --- a/.github/workflows/go-release.yml +++ b/.github/workflows/go-release.yml @@ -49,7 +49,7 @@ jobs: # 进行代码检查 - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 with: version: v1.55.2 skip-pkg-cache: true