summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-26 10:59:11 +0300
committerPaul Buetow <paul@buetow.org>2026-05-26 10:59:11 +0300
commit27300e4941fbf0aca2ea4bd8cf1e0f1cc02f4465 (patch)
treee8b352a77115abb3485f2da59a804b681f515d1e /go.mod
parentdb8c5659cb54cbfd0ac1e59888059d45b4fe4d3d (diff)
chore: bump go.mod to Go 1.26.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index b6a8f3a..4cad1ac 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,6 @@
module codeberg.org/snonux/hexai
-go 1.24.0
-
-toolchain go1.24.5
+go 1.26.0
require github.com/magefile/mage v1.15.0