From 42251c7c80a05c3c893e290e3fb952d67bf31aff Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 00:40:49 +0000 Subject: [PATCH] Update golang Docker tag to v1.24.1 --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 8a71823..cabad7b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -7,14 +7,14 @@ steps: - label: ":go: lint" command: make lint agents: - image: "golang:1.23.5" + image: "golang:1.24.1" cpu: "4" memory: "8G" - label: ":go: tests" command: make unit-tests agents: - image: "golang:1.23.5" + image: "golang:1.24.1" cpu: "4" memory: "4G"