From cd635200c7f8c82666b9e779b97147f9910e089c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 19:07:08 +0000 Subject: [PATCH] chore(deps): 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 4e577bd..b3b24dc 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/stackloklabs/yardstick go 1.26 -toolchain go1.26.6 +toolchain go1.27.0 require ( github.com/google/jsonschema-go v0.4.3