From f92c313767dc8a45af27bca8d4ac5367a16807fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:40:59 +0000 Subject: [PATCH] chore(deps): update go to v1.21.7 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 36685f1..bedd55f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mailhog/MailHog -go 1.21 +go 1.21.7 require ( github.com/gorilla/pat v1.0.1