From 17a33b325432c9fb9b4ae0b89aab147c8d31f972 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 3 Sep 2025 22:14:47 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20go=201.25.0=20=E2=86=92?= =?UTF-8?q?=201.25.1=20(#39092)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- containers/apps/kube-sa-proxy/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/apps/kube-sa-proxy/go.mod b/containers/apps/kube-sa-proxy/go.mod index 1876d2f5f76..bd15109ed37 100644 --- a/containers/apps/kube-sa-proxy/go.mod +++ b/containers/apps/kube-sa-proxy/go.mod @@ -2,7 +2,7 @@ module my-proxy-service go 1.23.0 -toolchain go1.25.0 +toolchain go1.25.1 require github.com/fsnotify/fsnotify v1.9.0