diff --git a/listener/go.mod b/listener/go.mod index 194b3571..d39cefc6 100644 --- a/listener/go.mod +++ b/listener/go.mod @@ -1,6 +1,6 @@ module github.com/kyma-project/runtime-watcher/listener -go 1.27.0 +go 1.27.1 retract v1.1.18 // reason: not a valid release diff --git a/runtime-watcher/go.mod b/runtime-watcher/go.mod index ee72eb21..be505392 100644 --- a/runtime-watcher/go.mod +++ b/runtime-watcher/go.mod @@ -1,6 +1,6 @@ module github.com/kyma-project/runtime-watcher/skr -go 1.27.0 +go 1.27.1 require ( github.com/go-logr/logr v1.4.4 diff --git a/runtime-watcher/tests/go.mod b/runtime-watcher/tests/go.mod index 825f0dbc..63684ef1 100644 --- a/runtime-watcher/tests/go.mod +++ b/runtime-watcher/tests/go.mod @@ -1,6 +1,6 @@ module github.com/kyma-project/runtime-watcher/tests -go 1.27.0 +go 1.27.1 replace ( github.com/kyma-project/runtime-watcher/listener => ../../listener