From 1a8ea366decc8407dda6f1db198425455e697b4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:46:22 -0400 Subject: [PATCH] build(deps): bump golangci/golangci-lint-action from 4 to 5 (#1433) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 790ebdf43..5b9087b62 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -58,7 +58,7 @@ jobs: go-version: 1.22.x cache: false # managed by golangci-lint - - uses: golangci/golangci-lint-action@v4 + - uses: golangci/golangci-lint-action@v5 name: Install golangci-lint with: version: latest