From 33c374ff09a6ef365c4d88e23fee381a19c454d1 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Fri, 20 Oct 2023 09:33:29 -0600 Subject: [PATCH] Update Go to latest version --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ebbd91d1fe..98a3a9931a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/nginxinc/nginx-gateway-fabric -go 1.21.1 +go 1.21.3 // Pinned to a version that is properly licensed. replace github.com/chzyer/logex v1.1.10 => github.com/chzyer/logex v1.2.0