From 054615dc226a807863ad834e07ea71d0c605e25e Mon Sep 17 00:00:00 2001 From: Yuriy Losev Date: Tue, 15 Oct 2024 15:30:22 +0400 Subject: [PATCH] Update go.mod (#669) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3d675955..636bbbf6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/flant/shell-operator -go 1.22.8 +go 1.22 require ( github.com/flant/kube-client v1.2.0