From e2b14496fd19681e0a0574397f09dad52e0b0b9c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 19:23:58 +0000 Subject: [PATCH] chore(deps): update module github.com/golangci/golangci-lint to v1.59.0 --- .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 749e058..6a12f9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: branches: [ main ] env: - GOLANGCI_LINT_VERSION: "v1.58.2" + GOLANGCI_LINT_VERSION: "v1.59.0" jobs: build: