From ca8b1a2e4607f0d4e37a21d21169326569ad27fe Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Sat, 3 Aug 2024 08:51:53 +0200 Subject: [PATCH] Change required go version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 843eee3..c9b8823 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.clustercockpit.org/moebiusband/go-http-skeleton -go 1.22.5 +go 1.22 require ( github.com/a-h/templ v0.2.747 // indirect