From 785ac887483a203d1ec9ce633a6fb9911dd153a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:43:48 +0000 Subject: [PATCH] chore(deps): update go to v1.21.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 36685f1..dead0d9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mailhog/MailHog -go 1.21 +go 1.21.6 require ( github.com/gorilla/pat v1.0.1