ci: update go v1.23.0 in actions/retest

Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
Praveen M 2025-02-25 13:06:50 +05:30 committed by mergify[bot]
parent 0e12790e84
commit ca19bb7c5c
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
ARG WORK_DIR="/home/src" ARG WORK_DIR="/home/src"
ARG BASE_IMAGE="golang:1.22" ARG BASE_IMAGE="golang:1.23"
FROM ${BASE_IMAGE} as builder FROM ${BASE_IMAGE} as builder

View File

@ -1,6 +1,7 @@
module github.com/ceph/ceph-csi/actions/retest module github.com/ceph/ceph-csi/actions/retest
go 1.22.5 go 1.23.0
toolchain go1.23.6 toolchain go1.23.6
require ( require (