From 7c6c74243bdefeca2bfe9b6ebf8f027ee99f129c Mon Sep 17 00:00:00 2001 From: tobi Date: Sun, 1 Sep 2024 17:44:54 +0200 Subject: [PATCH] bump go version in go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ab82ba8ae..b210fb1a2 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/superseriousbusiness/gotosocial -go 1.22.2 +go 1.23 replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.29.9-concurrency-workaround