diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-26 10:59:11 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-26 10:59:11 +0300 |
| commit | 27300e4941fbf0aca2ea4bd8cf1e0f1cc02f4465 (patch) | |
| tree | e8b352a77115abb3485f2da59a804b681f515d1e /go.mod | |
| parent | db8c5659cb54cbfd0ac1e59888059d45b4fe4d3d (diff) | |
chore: bump go.mod to Go 1.26.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
