From 1103defea49d682106c1d0d2b250a9058fe5e8b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 23:08:56 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 2 to 6 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v2...v6) --- 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/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 77b759a..6b85b35 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -54,7 +54,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Golang linter - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v6 shellcheck: runs-on: ubuntu-latest