From a72184bdec45db4b2636e699e0421a8dc78cff62 Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:09:43 +0000 Subject: [PATCH] Update Go version to 1.27.1 See the release history: https://go.dev/doc/devel/release#go1.27.1. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8698825..ea9bf24 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module arnested.dk/go/healthy -go 1.27.0 +go 1.27.1 require github.com/docker/docker v28.5.2+incompatible