From 66384b5391696376b684c4c1629a92552d22cde9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 18:13:52 +0000 Subject: [PATCH] Update go toolchain directive to v1.27.0 --- go.mod | 2 +- templates/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 79c45e0..e13649d 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/logica0419/coding-container-runtime go 1.25.0 -toolchain go1.26.6 +toolchain go1.27.0 require ( github.com/k1LoW/errors v1.2.0 diff --git a/templates/go.mod b/templates/go.mod index 63bd3ed..2278f9b 100644 --- a/templates/go.mod +++ b/templates/go.mod @@ -2,7 +2,7 @@ module original-runtime go 1.25.0 -toolchain go1.26.6 +toolchain go1.27.0 require ( github.com/k1LoW/errors v1.2.0