mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +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:
parent
b044363a31
commit
e19c28927f
@ -1,5 +1,5 @@
|
|||||||
ARG WORK_DIR="/home/src"
|
ARG WORK_DIR="/home/src"
|
||||||
ARG BASE_IMAGE="golang:1.21"
|
ARG BASE_IMAGE="golang:1.22"
|
||||||
|
|
||||||
FROM ${BASE_IMAGE} as builder
|
FROM ${BASE_IMAGE} as builder
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module github.com/ceph/ceph-csi/actions/retest
|
module github.com/ceph/ceph-csi/actions/retest
|
||||||
|
|
||||||
go 1.18
|
go 1.22.5
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/google/go-github v17.0.0+incompatible
|
github.com/google/go-github v17.0.0+incompatible
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
module github.com/ceph/ceph-csi/api
|
module github.com/ceph/ceph-csi/api
|
||||||
|
|
||||||
go 1.22.0
|
go 1.22.5
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/ghodss/yaml v1.0.0
|
github.com/ghodss/yaml v1.0.0
|
||||||
|
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -200,7 +200,7 @@ github.com/cenkalti/backoff/v3
|
|||||||
## explicit; go 1.18
|
## explicit; go 1.18
|
||||||
github.com/cenkalti/backoff/v4
|
github.com/cenkalti/backoff/v4
|
||||||
# github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000 => ./api
|
# github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000 => ./api
|
||||||
## explicit; go 1.22.0
|
## explicit; go 1.22.5
|
||||||
github.com/ceph/ceph-csi/api/deploy/kubernetes
|
github.com/ceph/ceph-csi/api/deploy/kubernetes
|
||||||
github.com/ceph/ceph-csi/api/deploy/kubernetes/cephfs
|
github.com/ceph/ceph-csi/api/deploy/kubernetes/cephfs
|
||||||
github.com/ceph/ceph-csi/api/deploy/kubernetes/nfs
|
github.com/ceph/ceph-csi/api/deploy/kubernetes/nfs
|
||||||
|
Loading…
Reference in New Issue
Block a user