From 7e0e06faab5ccb4142ff3f1066537d6054ad162e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 20:45:17 +0000 Subject: [PATCH] Update go toolchain directive to v1.27.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index da9a780..82756f6 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module aybot go 1.21.1 -toolchain go1.24.3 +toolchain go1.27.0 require ( github.com/bwmarrin/discordgo v0.28.1