From 30bda87b65030527f58357c37a71a2ed95a84b92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:31:31 +0000 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint to v1.58.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3823c7a..376d36a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: branches: [ main ] env: - GOLANGCI_LINT_VERSION: "v1.58.0" + GOLANGCI_LINT_VERSION: "v1.58.1" jobs: build: