From 4b0da2d842da035f81d44e9e28ebcf1624ef990e Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Fri, 6 Mar 2026 01:41:21 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20go=201.26.0=20=E2=86=92?= =?UTF-8?q?=201.26.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/kube-sa-proxy/build/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/kube-sa-proxy/build/go.mod b/apps/kube-sa-proxy/build/go.mod index ea390e2b4..347ad6c2f 100644 --- a/apps/kube-sa-proxy/build/go.mod +++ b/apps/kube-sa-proxy/build/go.mod @@ -2,7 +2,7 @@ module my-proxy-service go 1.23.0 -toolchain go1.26.0 +toolchain go1.26.1 require github.com/fsnotify/fsnotify v1.9.0