go.mod: require golang 1.18 mautrix-go has required 1.18 since v0.12.1: <https://github.com/mautrix/go/commit/0da55f725cda> Signed-off-by: David Florness <david@florness.com>
1 files changed, 1 insertions(+), 1 deletions(-) M go.mod
M go.mod => go.mod +1 -1
@@ 1,6 1,6 @@ module tallyard.xyz -go 1.17 +go 1.18 require ( github.com/consensys/gnark v0.7.1