From e7e1d9b89bb64f5f0f056793049f7152f3bb91e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 03:37:50 +0000 Subject: [PATCH] chore(deps): Bump golangci/golangci-lint-action from 2 to 5 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 2 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v2...v5) --- 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/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 071a47f..a4f2591 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Golangci lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v5 with: version: v1.45.2