From c5b2f7a089f45836db855fefbd7fd51787d84a63 Mon Sep 17 00:00:00 2001 From: Edoardo Spadoni Date: Thu, 28 Nov 2024 10:07:08 +0100 Subject: [PATCH] chore(go.mod). update version --- athos/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athos/go.mod b/athos/go.mod index 97b6c16..465af5d 100644 --- a/athos/go.mod +++ b/athos/go.mod @@ -1,6 +1,6 @@ module github.com/nethesis/dartagnan/athos -go 1.21.10 +go 1.23 require ( github.com/cbroglie/mustache v1.4.0