build: use go 1.21 in go.mod

Some packages still have issues because older Go versions fail to tidy
go.mod because some modules require go 1.21. `go mod tidy` has now been
run with go 1.21.5, so everything is clean again.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos
2023-12-20 10:48:58 +01:00
committed by mergify[bot]
parent e5d9b68d36
commit 328a264202
2 changed files with 19 additions and 1 deletions

4
go.mod
View File

@ -1,6 +1,8 @@
module github.com/ceph/ceph-csi
go 1.20
go 1.21
toolchain go1.21.5
require (
github.com/IBM/keyprotect-go-client v0.12.2