From 50592cbf415924121bbbc151964f3f08ba5513cb Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Thu, 8 Feb 2024 15:03:43 -0800 Subject: [PATCH] Bump Go to 1.22 Get all the improvements and new feature from the latest version. https://go.dev/doc/go1.22 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c613fbcd88..6ab158aa53 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/nginxinc/nginx-gateway-fabric -go 1.21.3 +go 1.22.0 // Pinned to a version that is properly licensed. replace github.com/chzyer/logex v1.1.10 => github.com/chzyer/logex v1.2.0