From 504ac127bed4ca58778f3056c1e09841884b4e3d Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 1 Jun 2023 21:28:07 +0200 Subject: [PATCH] build: use Go 1.20 Kubernetes as a main dependency requires Go 1.20 or newer. Signed-off-by: Niels de Vos --- build.env | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.env b/build.env index d943675ae..9f55c57e7 100644 --- a/build.env +++ b/build.env @@ -16,7 +16,7 @@ BASE_IMAGE=quay.io/ceph/ceph:v17 CEPH_VERSION=quincy # standard Golang options -GOLANG_VERSION=1.19.8 +GOLANG_VERSION=1.20.4 GO111MODULE=on # commitlint version diff --git a/go.mod b/go.mod index 534ef8cf3..bc39130e7 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ceph/ceph-csi -go 1.19 +go 1.20 require ( github.com/IBM/keyprotect-go-client v0.10.0