From 6acc44c4e60f9a476655a393bc32cfb8f8f6c713 Mon Sep 17 00:00:00 2001 From: Praveen M Date: Wed, 18 Dec 2024 15:58:12 +0530 Subject: [PATCH] build: update Go 1.23 Signed-off-by: Praveen M --- api/go.mod | 2 +- build.env | 2 +- go.mod | 2 +- vendor/modules.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/go.mod b/api/go.mod index 9a79891ec..f97d83970 100644 --- a/api/go.mod +++ b/api/go.mod @@ -1,6 +1,6 @@ module github.com/ceph/ceph-csi/api -go 1.22.5 +go 1.23.4 require ( github.com/ghodss/yaml v1.0.0 diff --git a/build.env b/build.env index a43841212..0f474fbe1 100644 --- a/build.env +++ b/build.env @@ -19,7 +19,7 @@ BASE_IMAGE=quay.io/ceph/ceph:v19 CEPH_VERSION=squid # standard Golang options -GOLANG_VERSION=1.22.5 +GOLANG_VERSION=1.23.4 GO111MODULE=on # commitlint version diff --git a/go.mod b/go.mod index f5fab9614..3a8448f1f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ceph/ceph-csi -go 1.22.7 +go 1.23.4 require ( github.com/IBM/keyprotect-go-client v0.15.1 diff --git a/vendor/modules.txt b/vendor/modules.txt index bfb1aa3b9..b2de4e97b 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -198,7 +198,7 @@ github.com/blang/semver/v4 ## explicit; go 1.18 github.com/cenkalti/backoff/v4 # 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/cephfs github.com/ceph/ceph-csi/api/deploy/kubernetes/nfs