From 1e3b078ff172846c99e8b5f59e18201ec17e7880 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Jul 2025 13:02:43 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v2.2.2 --- .woodpecker/.lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.lint.yaml b/.woodpecker/.lint.yaml index 258bf2e..5825286 100644 --- a/.woodpecker/.lint.yaml +++ b/.woodpecker/.lint.yaml @@ -13,7 +13,7 @@ steps: when: - event: push - name: golangci-linter - image: golangci/golangci-lint:v2.2.1 + image: golangci/golangci-lint:v2.2.2 commands: - golangci-lint run ./... when: