Skip to content

Commit b2fa9cb

Browse files
ci: update go v1.23.0 in actions/retest
Signed-off-by: Praveen M <m.praveen@ibm.com>
1 parent 8fa3dc3 commit b2fa9cb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

actions/retest/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG WORK_DIR="/home/src"
2-
ARG BASE_IMAGE="golang:1.22"
2+
ARG BASE_IMAGE="golang:1.23"
33

44
FROM ${BASE_IMAGE} as builder
55

actions/retest/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/ceph/ceph-csi/actions/retest
22

3-
go 1.22.5
3+
go 1.23.0
4+
45
toolchain go1.23.6
56

67
require (

0 commit comments

Comments
 (0)