From 6a99c02c682f0450ce35aa4a00ca0ebc5d1eb6a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:30:39 +0000 Subject: [PATCH] chore(deps): 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 92cb569..13bfe71 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module vimbin go 1.23.0 -toolchain go1.26.3 +toolchain go1.26.4 require ( github.com/gorilla/mux v1.8.1