From 80437ab95faea5e09fae38b5d9db4d8744aeb019 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 18:06:26 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.59.1 --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 66f7caec4..797083c93 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -17,7 +17,7 @@ on: - "!docs/**" env: # renovate: datasource=github-releases depName=golangci/golangci-lint - GOLANGCI_LINT_VERSION: "v1.59.0" + GOLANGCI_LINT_VERSION: "v1.59.1" GO_VERSION: "~1.21" jobs: golangci-lint: