From 662f02e256e4168494f59896f30cbae580ea95d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:06:44 +0000 Subject: [PATCH] Update go toolchain directive to v1.26.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b4ff681..71d392c 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.1 +toolchain go1.26.4 require ( github.com/labstack/echo/v4 v4.13.4