From b159c983301080b7c5127e2485de574eadd5a087 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 21:55:47 +0000 Subject: [PATCH] Update go toolchain directive to v1.27.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0806689..74e4ad2 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module gitlab.com/cmdjulian/mopy go 1.21 -toolchain go1.24.3 +toolchain go1.27.0 require ( github.com/containerd/containerd v1.7.18