From c1b13e54e5040d34d13adab2a5bd705307f77f74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 19:41:23 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v1.58.2 --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b3b7154..2702284 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -13,7 +13,7 @@ jobs: uses: golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018 # renovate: tag=v2 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.44.1 + version: v1.58.2 go-test: name: Verify go tests runs-on: ubuntu-latest @@ -23,7 +23,7 @@ jobs: - name: Setup golang uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # renovate: tag=v2 with: - go-version: '1.17.7' + go-version: v1.58.2 - name: Print go version run: go version - name: Execute go tests