summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-30 16:58:28 +0300
committerPaul Buetow <paul@buetow.org>2026-04-30 16:58:28 +0300
commit5f44e3a65eaae26fe8d551f20f85b75f00ca2d5b (patch)
treec8774672fda91c683926be705f2d1b085a7fa24e /go.mod
parent6be4194f1f39354355cce29a2f8b8f9af7286fbd (diff)
ba: align go.mod toolchain version with Dockerfile and PLAN.md (Go 1.23)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 28dfa4a..0d14e85 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module codeberg.org/snonux/play
-go 1.25.0
+go 1.23
require (
github.com/magefile/mage v1.17.2