From 3e8a8eeecfc70091e7923317adaa0afcd3db7529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 01:41:07 +0000 Subject: [PATCH] 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 8a9d5d8..1305f75 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/bootjp/echo_middleware_path_auth go 1.23.0 -toolchain go1.26.5 +toolchain go1.27.1 require ( github.com/labstack/echo/v4 v4.13.4