From a82b11f1c2ebfae05733ed3cc2ea2201f6d334ed Mon Sep 17 00:00:00 2001 From: Jack Francis Date: Wed, 11 Sep 2024 14:56:43 -0700 Subject: [PATCH] update go to 1.22 Signed-off-by: Jack Francis --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 75efe2e..1ed89b5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kubereboot/kured -go 1.21 +go 1.22 replace golang.org/x/net => golang.org/x/net v0.23.0