From e7e3dfe593c07ef88c649a6f912110ebe5823077 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 17 Mar 2025 22:04:30 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.64.8 --- .woodpecker/.lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.lint.yaml b/.woodpecker/.lint.yaml index e3866f6..c88368f 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.7 + image: golangci/golangci-lint:v1.64.8 commands: - golangci-lint run ./... when: