From 748f201e2c185dfbc2d9c7f011c2e8d6ae916b4e Mon Sep 17 00:00:00 2001 From: Martin Weindel Date: Thu, 27 Feb 2025 08:24:18 +0100 Subject: [PATCH] Bump golang to 1.24 in pipeline (#429) --- .ci/pipeline_definitions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/pipeline_definitions b/.ci/pipeline_definitions index a977d5c3..65b1241d 100644 --- a/.ci/pipeline_definitions +++ b/.ci/pipeline_definitions @@ -45,10 +45,10 @@ cert-management: steps: build: - image: golang:1.23.1 + image: golang:1.24.0 output_dir: binary check: - image: golang:1.23.1 + image: golang:1.24.0 jobs: head-update: