From 1e500f197c2ffed2d0319585fc6dfebfc4bb0fe3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 22:06:14 +0000 Subject: [PATCH] Update go toolchain directive to v1.26.3 (cherry picked from commit 1bf96660d4aa762bf53aa59a83664fd6a5ae84ca) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9ad9374..d1fabb5 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/xteamlyer/opera-proxy go 1.25.0 -toolchain go1.26.2 +toolchain go1.26.3 require ( github.com/Alexey71/go-http-digest-auth-client v1.1.3