diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-30 16:58:28 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-30 16:58:28 +0300 |
| commit | 5f44e3a65eaae26fe8d551f20f85b75f00ca2d5b (patch) | |
| tree | c8774672fda91c683926be705f2d1b085a7fa24e /go.mod | |
| parent | 6be4194f1f39354355cce29a2f8b8f9af7286fbd (diff) | |
ba: align go.mod toolchain version with Dockerfile and PLAN.md (Go 1.23)
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module codeberg.org/snonux/play -go 1.25.0 +go 1.23 require ( github.com/magefile/mage v1.17.2 |
