mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
build: Update go version to 1.22.5 for submodules
This patch updates the submodules api and retest to use the go version 1.22.5 Signed-off-by: Niraj Yadav <niryadav@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
b044363a31
commit
e19c28927f
@ -1,5 +1,5 @@
|
||||
ARG WORK_DIR="/home/src"
|
||||
ARG BASE_IMAGE="golang:1.21"
|
||||
ARG BASE_IMAGE="golang:1.22"
|
||||
|
||||
FROM ${BASE_IMAGE} as builder
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
module github.com/ceph/ceph-csi/actions/retest
|
||||
|
||||
go 1.18
|
||||
go 1.22.5
|
||||
|
||||
require (
|
||||
github.com/google/go-github v17.0.0+incompatible
|
||||
|
Reference in New Issue
Block a user