mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-26 15:00:19 +00:00
build: update Go 1.23
Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
parent
ca1ccdd9bf
commit
6acc44c4e6
@ -1,6 +1,6 @@
|
|||||||
module github.com/ceph/ceph-csi/api
|
module github.com/ceph/ceph-csi/api
|
||||||
|
|
||||||
go 1.22.5
|
go 1.23.4
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/ghodss/yaml v1.0.0
|
github.com/ghodss/yaml v1.0.0
|
||||||
|
@ -19,7 +19,7 @@ BASE_IMAGE=quay.io/ceph/ceph:v19
|
|||||||
CEPH_VERSION=squid
|
CEPH_VERSION=squid
|
||||||
|
|
||||||
# standard Golang options
|
# standard Golang options
|
||||||
GOLANG_VERSION=1.22.5
|
GOLANG_VERSION=1.23.4
|
||||||
GO111MODULE=on
|
GO111MODULE=on
|
||||||
|
|
||||||
# commitlint version
|
# commitlint version
|
||||||
|
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
|||||||
module github.com/ceph/ceph-csi
|
module github.com/ceph/ceph-csi
|
||||||
|
|
||||||
go 1.22.7
|
go 1.23.4
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/IBM/keyprotect-go-client v0.15.1
|
github.com/IBM/keyprotect-go-client v0.15.1
|
||||||
|
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -198,7 +198,7 @@ github.com/blang/semver/v4
|
|||||||
## 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.5
|
## explicit; go 1.23.4
|
||||||
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