From 85e63fc2288cc14f88d69ca1ef255fed5bc635b2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Feb 2025 23:06:07 +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 1458f8c..73e1cef 100644 --- a/.woodpecker/.lint.yaml +++ b/.woodpecker/.lint.yaml @@ -13,7 +13,7 @@ steps: when: - event: push - name: golangci-linter - image: golangci/golangci-lint:v1.64.3 + image: golangci/golangci-lint:v1.64.4 commands: - golangci-lint run ./... when: