From 6c4a588e2a8f2e5c1e12a43d1c52fc28b7ef42fc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Feb 2025 23:04:26 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.64.5 --- .woodpecker/.lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.lint.yaml b/.woodpecker/.lint.yaml index 73e1cef..b5af572 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.4 + image: golangci/golangci-lint:v1.64.5 commands: - golangci-lint run ./... when: