From e20d9753c2541f0e7f17591b2916f3ec2b56f513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:52:31 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action in the github-actions group Bumps the github-actions group with 1 update: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `golangci/golangci-lint-action` from 5 to 6 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/golang.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index a1351db..0f9c293 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -81,14 +81,14 @@ jobs: go-version: '1.22.2' cache-dependency-path: "**/*.sum" - uses: actions/checkout@v4 - - uses: golangci/golangci-lint-action@v5 + - uses: golangci/golangci-lint-action@v6 with: version: 'v1.57.2' - - uses: golangci/golangci-lint-action@v5 + - uses: golangci/golangci-lint-action@v6 with: working-directory: 'fuzz' version: 'v1.57.2' - - uses: golangci/golangci-lint-action@v5 + - uses: golangci/golangci-lint-action@v6 with: working-directory: 'integration' version: 'v1.57.2'