diff --git a/go.mod b/go.mod index ba2016ff..a1514272 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/dell/csi-powerstore/v2 go 1.23.0 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/akutz/gosync v0.1.0 diff --git a/tests/e2e/k8s/go.mod b/tests/e2e/k8s/go.mod index 8b7562f7..bd547aa5 100644 --- a/tests/e2e/k8s/go.mod +++ b/tests/e2e/k8s/go.mod @@ -2,7 +2,7 @@ module github.com/dell/csi-powerstore/v2/tests/e2e go 1.23.0 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/dell/csi-powerstore/v2 v2.11.0