mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-03-06 15:39:29 +00:00
ci: update go v1.23.0 in actions/retest
Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
parent
0e12790e84
commit
ca19bb7c5c
@ -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
|
||||||
|
|
||||||
|
@ -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 (
|
||||||
|
Loading…
Reference in New Issue
Block a user