From 078c954d658b7c7cb94f0bc995e3543da3b576ae Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 4 Feb 2023 13:54:58 -0500 Subject: [PATCH] go.mod: require golang 1.18 mautrix-go has required 1.18 since v0.12.1: Signed-off-by: David Florness --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ffb9678..54f14d3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module tallyard.xyz -go 1.17 +go 1.18 require ( github.com/consensys/gnark v0.7.1 -- 2.38.4