From 74523692c97392e6cb020e8ded4f78b9f2377c22 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:37:12 +0200 Subject: [PATCH] chore: deps: bump golangci-lint in GitHub Action to v1.57.2 (#27) 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 27f2725..a1bcac3 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -35,7 +35,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.55.2 + version: v1.57.2 install-mode: "binary" - name: Install GoReleaser uses: goreleaser/goreleaser-action@v5 @@ -61,5 +61,5 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 if: ${{ github.event_name == 'schedule' }} - # Manage and run your integration tests with efficiency - # https://github.com/ovh/venom + # Manage and run your integration tests with efficiency + # https://github.com/ovh/venom