From df3c15215ecfc05101b8b56c29d5e089e070236e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:11:24 +0000 Subject: [PATCH] Update golangci/golangci-lint Docker tag to v2.12.2 --- .buildkite/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/compose.yaml b/.buildkite/compose.yaml index ac5e4ba..0f02c99 100644 --- a/.buildkite/compose.yaml +++ b/.buildkite/compose.yaml @@ -1,6 +1,6 @@ services: golangci-lint: - image: golangci/golangci-lint:v2.11.3 + image: golangci/golangci-lint:v2.12.2 working_dir: /plugin volumes: - ..:/plugin