From ccdf0dbd0a74f3a302ad0269023dc8f41e0fb133 Mon Sep 17 00:00:00 2001 From: toast Date: Wed, 6 Mar 2024 09:47:52 +1100 Subject: [PATCH] Don't restrict Go patch semver --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 629e0ab..8f628f4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module corn-util/bot -go 1.22.0 +go 1.22 require ( github.com/disgoorg/disgo v0.17.2