From b0e0ef819af3ccded579a3bd7351707b7bcc0034 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovate@ar21.de>
Date: Wed, 12 Feb 2025 23:05:34 +0000
Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to
 v1.64.4

---
 .woodpecker/.lint.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.woodpecker/.lint.yaml b/.woodpecker/.lint.yaml
index 4b2035d..a76e46f 100644
--- a/.woodpecker/.lint.yaml
+++ b/.woodpecker/.lint.yaml
@@ -13,7 +13,7 @@ steps:
   when:
     - event: [push, manual]
 - name: golangci-linter
-  image: golangci/golangci-lint:v1.64.3
+  image: golangci/golangci-lint:v1.64.4
   commands:
     - golangci-lint run ./...
   when:
-- 
2.45.3