From 1b82947b053c392e86170f5ba63e52cf9f3c930a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 04:05:06 +0000 Subject: [PATCH] chore(deps): update go to 1.21 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8c5ab4d..3cb5fef 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