From 9148f9e2b04a61e5c34079690c20bd381a9065c9 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 2 Jun 2026 21:34:23 +0000 Subject: [PATCH] Update go toolchain directive to v1.26.4 --- k8s/ingress-host-lister/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/ingress-host-lister/go.mod b/k8s/ingress-host-lister/go.mod index 1a0513a..b7fce76 100644 --- a/k8s/ingress-host-lister/go.mod +++ b/k8s/ingress-host-lister/go.mod @@ -2,7 +2,7 @@ module github.com/tier940/ingressHostLister go 1.23.0 -toolchain go1.23.4 +toolchain go1.26.4 require ( k8s.io/apimachinery v0.32.0