From b312c9a29698f28de67bd30219f54ecbb64216a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 19:01:22 +0200 Subject: [PATCH] =?UTF-8?q?chore(actions):=20update=20dependency=20golangc?= =?UTF-8?q?i/golangci-lint=20(v2.10.1=20=E2=86=92=20v2.11.3)=20(#135)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 2 +- .github/workflows/pr-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b7f38ad..43e4db6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -43,5 +43,5 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: - version: v2.10.1 + version: v2.11.3 install-mode: goinstall diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 39908db..cdbecb1 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -52,7 +52,7 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: - version: v2.10.1 + version: v2.11.3 install-mode: goinstall - name: Run integration tests and collect coverage