From 14981198356a805a1efcc85fe86d8e4d3eaf986f Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Fri, 17 Jul 2026 22:05:10 +0000 Subject: [PATCH] Test Go unstable version 1.27rc2 See the draft release notes: https://tip.golang.org/doc/go1.27. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b95b412..73610c5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module arnested.dk/go/healthy -go 1.26.5 +go 1.27rc2 require github.com/docker/docker v28.5.2+incompatible