From c69eb15111afdbd0669b74a3130aa3848c3c2758 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 01:13:35 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2.8.0 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2feae24..bc447cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,13 +20,13 @@ jobs: - name: Run golangci-lint (CLI) uses: golangci/golangci-lint-action@v9 with: - version: v2.7.2 # renovate: datasource=github-releases depName=golangci/golangci-lint + version: v2.8.0 # renovate: datasource=github-releases depName=golangci/golangci-lint args: --timeout 5m - name: Run golangci-lint (Lib) uses: golangci/golangci-lint-action@v9 with: - version: v2.7.2 # renovate: datasource=github-releases depName=golangci/golangci-lint + version: v2.8.0 # renovate: datasource=github-releases depName=golangci/golangci-lint args: --timeout 5m working-directory: hcloudimages