From 24b5151b3b57371a810985268685ff8e95b88e48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:07:10 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v1.58.0 --- .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 985aed5..3efb8ae 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -13,7 +13,7 @@ jobs: uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4 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.53.3 + version: v1.58.0 args: --timeout=5m test: name: Verify go test @@ -24,7 +24,7 @@ jobs: - name: Setup golang uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5 with: - go-version: '1.17.0' + go-version: v1.58.0 - name: Print go version run: go version - name: Execute go tests