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