From 523c4bb7249f8852ebfa06f5269e3450fc1c920f Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 16 Apr 2026 20:57:50 +0800 Subject: [PATCH] chore: bump go directive to 1.25.9 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c92653b..e233bd6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/appleboy/drone-discord -go 1.23.0 +go 1.25.9 require ( github.com/appleboy/drone-template-lib v1.3.0