From 9feb99900c0635c15475f71fcb128daaac3b3c26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:28:23 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c1c7ac3..92cb569 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module vimbin go 1.23.0 -toolchain go1.26.2 +toolchain go1.26.3 require ( github.com/gorilla/mux v1.8.1