From fa51d9d0a93528ccca0927a4aabfe8d1ae5102cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 16:36:50 +0000 Subject: [PATCH] :arrow_up: Update go to 1.21 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 15618e3..63ce096 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mailhog/MailHog -go 1.20 +go 1.21 require ( github.com/gorilla/pat v1.0.1