From 5ec60e222a20687c44fcf40935e81558cb5dfc07 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 12:03:57 +0200 Subject: [PATCH] chore: deps: bump golangci-lint in GitHub Action to v1.58.0 (#97) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 05f0232a..39bb5ffa 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.57.2 + version: v1.58.0 - name: Install GoReleaser uses: goreleaser/goreleaser-action@v4 with: