From 9268c99f5e0ff5650a72cc740e3b9db453212efb Mon Sep 17 00:00:00 2001 From: mathias Date: Tue, 2 Jun 2026 11:04:35 +0000 Subject: [PATCH] chore: add go.mod (module gitea.d-ma.be/mathias/tapir) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Go module root for Tapir. Go 1.23 — confirm against the koala act_runner toolchain; bump to match the estate (ingestion uses 1.26.1) if the runner has it. --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..481107e --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module gitea.d-ma.be/mathias/tapir + +go 1.23