From 4dab6728b25c3914e0aa523475740cffe5db6e05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:50:12 +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: