From a56e4169b8540109c92e3fbc26ae0ed3171e8b4f Mon Sep 17 00:00:00 2001 From: "home-infrastructure-renovate[bot]" <253672885+home-infrastructure-renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:46:12 +0000 Subject: [PATCH] =?UTF-8?q?fix(go):=20update=20module=20go=20(1.26.5=20?= =?UTF-8?q?=E2=86=92=201.26.6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c52858bd6..fa967a1fe 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/home-operations/containers -go 1.26.5 +go 1.26.6 require ( github.com/stretchr/testify v1.11.1