From eaec6737c87b7cfa4abfb621a9c909d751b1f72a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 19:53:55 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: wandera/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 196b159..eb8e434 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,6 +12,6 @@ jobs: with: go-version-file: go.mod - name: Lint - uses: wandera/golangci-lint-action@v3 + uses: wandera/golangci-lint-action@v5 with: version: v1.52.2