From 1ba23536859303d50d673c4792ebd8b4454af9ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:27:25 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v1.60.3 --- .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 511e660c..5f1ea28b 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.60.2 + GOLANGCI_LINT_VERSION: v1.60.3 # renovate: datasource=github-tags depName=codeclimate/test-reporter CODECLIMATE_VERSION: v1.0.1 run: |