From c3df47ca6a6769929ea2b60c2f9496ed72ff40e3 Mon Sep 17 00:00:00 2001 From: Jaime Martinez Date: Mon, 14 Oct 2024 12:49:51 +1100 Subject: [PATCH] Do not pin minimum patch version in module --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 41af58c8..565a1963 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Shopify/toxiproxy/v2 -go 1.22.8 +go 1.22 require ( github.com/gorilla/mux v1.8.1