From 44ee1200ea9b856a74e0bb9820b0c2309940a4e8 Mon Sep 17 00:00:00 2001 From: Mateusz Morusiewicz <11313015+Ruteri@users.noreply.github.com> Date: Wed, 10 Sep 2025 13:27:16 -0400 Subject: [PATCH] Upgrades go version to 1.23.2 to fix invalid handshake size handling --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0974240..f31d0aa 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/flashbots/cvm-reverse-proxy -go 1.22.4 +go 1.23.2 replace github.com/martinjungblut/go-cryptsetup => github.com/daniel-weisse/go-cryptsetup v0.0.0-20230705150314-d8c07bd1723c