From c5501f10744ce32c29b10f933996c39154d32ab4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:24:13 -0500 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20go?= =?UTF-8?q?=20to=20v1.23.4=20(#76)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- envoy_proxy/app/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy_proxy/app/go.mod b/envoy_proxy/app/go.mod index 4f82f65..327c9ca 100644 --- a/envoy_proxy/app/go.mod +++ b/envoy_proxy/app/go.mod @@ -2,7 +2,7 @@ module app go 1.21 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/envoyproxy/go-control-plane v0.12.0