From 1e74f8fa714780b4be30659935f2172a0db67760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:46:37 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 3.7.1 to 4.0.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.1 to 4.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.7.1...v4.0.0) --- 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/check.yaml | 2 +- .github/workflows/push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 9255242..3d725ee 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -13,5 +13,5 @@ jobs: - uses: actions/setup-go@v5 with: go-version: 1.20.5 - - uses: golangci/golangci-lint-action@v3.7.1 + - uses: golangci/golangci-lint-action@v4.0.0 - run: go test ./... diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index a3f40cb..41afa46 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: 1.20.5 - - uses: golangci/golangci-lint-action@v3.7.1 + - uses: golangci/golangci-lint-action@v4.0.0 with: skip-pkg-cache: true skip-build-cache: true