From 44bdc9deab48ee5869ab6537ff66afadd5fdd32c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:05:44 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.1.1...v6.2.0) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 65203d1..081bcca 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: 1.22.2 - - uses: golangci/golangci-lint-action@v6.1.1 + - uses: golangci/golangci-lint-action@v6.2.0 with: version: v1.57.2 - run: go test ./... diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index f367379..4e884b3 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.22.2 - - uses: golangci/golangci-lint-action@v6.1.1 + - uses: golangci/golangci-lint-action@v6.2.0 with: version: v1.57.2 skip-pkg-cache: true