From 4819a8589a3248d4f8270edbd1d8e6643ddc2812 Mon Sep 17 00:00:00 2001 From: gardener-ci-robot Date: Tue, 25 Feb 2025 09:26:07 +0000 Subject: [PATCH] Update golang Docker tag to v1.24.0 --- .ci/pipeline_definitions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/pipeline_definitions b/.ci/pipeline_definitions index 9724ce0a..f7c42cc1 100644 --- a/.ci/pipeline_definitions +++ b/.ci/pipeline_definitions @@ -14,11 +14,11 @@ gardenctl-v2: prefix: '' steps: verify: - image: 'golang:1.23.6' + image: 'golang:1.24.0' vars: TEST_COV: '"yes"' build: - image: 'golang:1.23.6' + image: 'golang:1.24.0' output_dir: 'binary' timeout: '5m'