From d5988bf8aad66bf4f050c278eb86ce4b1d015b68 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 bc1d56a46..9a0684916 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/sqlite with our version that fixes the concurrency INTERRUPT issue replace modernc.org/sqlite => gitlab.com/NyaaaWhatsUpDoc/sqlite v1.33.1-concurrency-workaround