diff --git a/actions/retest/Dockerfile b/actions/retest/Dockerfile index fe8682d6d..887c8a5e0 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 3e4c321b5..a791293d0 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 (