From 7ab3fe2a445c7ac5d27bea2b136d587b69013adc Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 04:39:29 +0000 Subject: [PATCH] Update dependency go to v1.24.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c9fb2fe..9faa165 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/rancher/dynamiclistener go 1.24.0 -toolchain go1.24.3 +toolchain go1.24.4 require ( github.com/rancher/wrangler/v3 v3.2.2-rc.1