From 9f6457d4fa67d14615aa2d2562e996fb1a8d2af5 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 15:20:53 +0200 Subject: [PATCH] deps: bump golangci-lint to v1.58.2 (#99) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: deps: bump golangci-lint in GitHub Action to v1.58.1 Made with ❤️️ by updatecli * chore: deps: bump golangci-lint in GitHub Action to v1.58.2 Made with ❤️️ by updatecli --------- Co-authored-by: updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 39bb5ffa..69b4bad1 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -29,7 +29,7 @@ jobs: # Required: the version of golangci-lint is required # and must be specified without patch version: # we always use the latest patch version. - version: v1.58.0 + version: v1.58.2 - name: Install GoReleaser uses: goreleaser/goreleaser-action@v4 with: