summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index c1042e76c..a51aab638 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,8 @@
module code.superseriousbusiness.org/gotosocial
-go 1.23.0
+go 1.24
-toolchain go1.23.3
+toolchain go1.24.3
// Replace go-swagger with our version that fixes (ours particularly) use of Go1.23
replace github.com/go-swagger/go-swagger => codeberg.org/superseriousbusiness/go-swagger v0.31.0-gts-go1.23-fix