From fb9932756f1b03ceee998bedea7b1f3a487f78bb Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Wed, 28 Jan 2026 20:56:45 +0000 Subject: [PATCH] Test Go unstable version 1.26rc2 See the draft release notes: https://tip.golang.org/doc/go1.26. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b91969e..d0e61d0 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module ldddns.arnested.dk -go 1.25.6 +go 1.26rc2 require ( github.com/Microsoft/go-winio v0.6.1 // indirect