rebase: drop toolchain from go mod

dropping go version from the go mod
as we have x.y.z version for go

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2024-05-15 08:31:26 +02:00 committed by mergify[bot]
parent c1ee11261e
commit 62ddcf715b

3
go.mod
View File

@ -1,7 +1,6 @@
module github.com/ceph/ceph-csi
go 1.22
toolchain go1.22.2
go 1.22.0
require (
github.com/IBM/keyprotect-go-client v0.12.2