From 139930266eb9362a0e75e9d6a2ae4315382a8841 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 00:14:12 +0000 Subject: [PATCH] Update dependency go to v1.22.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1b53683..18b8b83 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mycreepy/mnbcontrol -go 1.21.7 +go 1.22.0 require ( github.com/bwmarrin/discordgo v0.27.1