From 77e54a95c330700b499611600e7b56cade7f8909 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:46:34 +0000 Subject: [PATCH] chore(deps): update go toolchain directive to v1.26.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ea45e8c..4a1d2f2 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/deepch/RTSPtoWeb go 1.25.0 -toolchain go1.26.5 +toolchain go1.26.6 require ( github.com/deepch/vdk v0.0.27