From ecfa2ca83fc49c455392b43926558fb97fd14ca9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:48:04 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.60.2 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7492ae11..511e660c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - name: Get dependencies env: # renovate: datasource=github-tags depName=golangci/golangci-lint - GOLANGCI_LINT_VERSION: v1.55.2 + GOLANGCI_LINT_VERSION: v1.60.2 # renovate: datasource=github-tags depName=codeclimate/test-reporter CODECLIMATE_VERSION: v1.0.1 run: |