From 952bb316c2c69c176e2f9da4ca592f3357e91ff3 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Sun, 5 May 2024 01:26:52 +0200 Subject: [PATCH] Update Go Version for Mux Improvements --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0691ca7..cac59c0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module git.lastassault.de/speatzle/morffix -go 1.21.8 +go 1.22.2 require ( github.com/BurntSushi/toml v1.3.2