From 0c36e30c2ff345637a4384b64e006ff411c366cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 00:14:43 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v1.54.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 51d635c..28efc92 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -13,7 +13,7 @@ jobs: uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3 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.54.2 args: --timeout=5m test: name: Verify go test @@ -24,7 +24,7 @@ jobs: - name: Setup golang uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4 with: - go-version: '1.17.0' + go-version: v1.54.2 - name: Print go version run: go version - name: Execute go tests