From 1f0c61dbb03a5469a51a02653667292c11781825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 08:37:58 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 4 to 6 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...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/golint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golint.yaml b/.github/workflows/golint.yaml index 7cb6c9f1..63d95c67 100644 --- a/.github/workflows/golint.yaml +++ b/.github/workflows/golint.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: '1.21.3' - - uses: golangci/golangci-lint-action@v4 + - uses: golangci/golangci-lint-action@v6 with: version: 'v1.51.2' args: -v \ No newline at end of file