From 7bf56cbdd231be0c3df1ce3fd48c139de594dbde Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 05:53:10 +0000 Subject: [PATCH] Update go module directive to v1.23.7 --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a91711d..397dffe 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/rancher/dynamiclistener -go 1.23.0 - -toolchain go1.23.6 +go 1.23.7 require ( github.com/rancher/wrangler/v3 v3.2.0-rc.3