From a1e681f72c163d1ba2e9fa6a89edcce9ee2266e1 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 20:00:59 +0000 Subject: [PATCH] Update golang Docker tag to v1.25.5 --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 8eb245d..d75d32b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -7,14 +7,14 @@ steps: - label: ":go: lint" command: make lint agents: - image: "golang:1.25.1" + image: "golang:1.25.5" cpu: "4" memory: "8G" - label: ":go: tests" command: make unit-tests agents: - image: "golang:1.25.1" + image: "golang:1.25.5" cpu: "4" memory: "4G"