From 413b1f4195cb1a6e498d186e07884fea499c1f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 11:19:26 +0000 Subject: [PATCH] Bump wandera/golangci-lint-action from 3 to 5 Bumps [wandera/golangci-lint-action](https://github.com/wandera/golangci-lint-action) from 3 to 5. - [Commits](https://github.com/wandera/golangci-lint-action/compare/v3...v5) --- 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 16d6951..daa8423 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: cache: false go-version-file: go.mod - name: Lint - uses: wandera/golangci-lint-action@v3 + uses: wandera/golangci-lint-action@v5 with: version: v1.55.1 args: --out-${NO_FUTURE}format colored-line-number