From fd40aa3f0ae737310fbab158e0111b6987dac9df Mon Sep 17 00:00:00 2001 From: Viktor Kramarenko Date: Wed, 25 Sep 2024 17:14:00 +0300 Subject: [PATCH] updated api version Signed-off-by: Viktor Kramarenko --- images/sds-health-watcher-controller/src/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/sds-health-watcher-controller/src/go.mod b/images/sds-health-watcher-controller/src/go.mod index 043a530e..920234cb 100644 --- a/images/sds-health-watcher-controller/src/go.mod +++ b/images/sds-health-watcher-controller/src/go.mod @@ -4,7 +4,7 @@ go 1.22.3 require ( github.com/cloudflare/cfssl v1.5.0 - github.com/deckhouse/sds-node-configurator/api v0.0.0-20240905123334-64f17b70f035 + github.com/deckhouse/sds-node-configurator/api v0.0.0-20240925090458-249de2896583 github.com/go-logr/logr v1.4.2 github.com/prometheus/client_golang v1.19.1 github.com/stretchr/testify v1.9.0