build: update Go 1.23

Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
Praveen M 2024-12-18 15:58:12 +05:30
parent ca1ccdd9bf
commit 6acc44c4e6
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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
View File

@ -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
View File

@ -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