From a9989af8e25c2d5b25ac56254142e93fa8073dd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 20:38:34 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.27.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b3b24dc..617885a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/stackloklabs/yardstick go 1.26 -toolchain go1.27.0 +toolchain go1.27.1 require ( github.com/google/jsonschema-go v0.4.3