From 4a583a05b8fb930f3cd848edb9f1573879ae7797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 10:27:29 +0000 Subject: [PATCH] chore(deps): bump golangci/golangci-lint-action from 3 to 6 (#503) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 6e072d6d..50306414 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -47,7 +47,7 @@ jobs: with: go-version-file: 'go.mod' - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: version: v1.57.1 - id: govulncheck