From 7cf225aa45ad15578ddf8af30add668f837eb188 Mon Sep 17 00:00:00 2001 From: Praveen M Date: Tue, 25 Feb 2025 13:06:50 +0530 Subject: [PATCH] ci: update go v1.23.0 in actions/retest Signed-off-by: Praveen M --- actions/retest/Dockerfile | 2 +- actions/retest/go.mod | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/actions/retest/Dockerfile b/actions/retest/Dockerfile index fe8682d6df7..887c8a5e069 100644 --- a/actions/retest/Dockerfile +++ b/actions/retest/Dockerfile @@ -1,5 +1,5 @@ ARG WORK_DIR="/home/src" -ARG BASE_IMAGE="golang:1.22" +ARG BASE_IMAGE="golang:1.23" FROM ${BASE_IMAGE} as builder diff --git a/actions/retest/go.mod b/actions/retest/go.mod index 3e4c321b5e3..a791293d0fd 100644 --- a/actions/retest/go.mod +++ b/actions/retest/go.mod @@ -1,6 +1,7 @@ module github.com/ceph/ceph-csi/actions/retest -go 1.22.5 +go 1.23.0 + toolchain go1.23.6 require (