From c415c8240a1071a7fb38b9b29a8fc255d7261907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 20:06:24 -0700 Subject: [PATCH] automated(deps): bump golangci/golangci-lint-action from 4 to 5 (#21) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f6abf8..21ca5a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: go-version-file: "go.mod" check-latest: true cache: false - - uses: golangci/golangci-lint-action@v4 + - uses: golangci/golangci-lint-action@v5 with: version: latest install-mode: goinstall