From 170049944b2adf8ab55c30f6f097d2d114ea1b79 Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 12 Apr 2024 12:51:29 -0400 Subject: [PATCH] upgrade to go 1.22 We're hoping that this will help address the high CPU usage we've observed in production when there's a lot of new connections being created. See: https://github.com/golang/go/issues/63516#issuecomment-1887886804 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e5e17dc..2e295c1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/estuary/data-plane-gateway -go 1.21 +go 1.22 require ( github.com/estuary/flow v0.1.9-0.20230303181027-f65a9d7f1a89