From a7daa0df801e351005566e120188493e90f97a99 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Thu, 16 Apr 2026 20:58:04 +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 958aec9..c65f911 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/appleboy/drone-telegram -go 1.24.0 +go 1.25.9 require ( github.com/appleboy/drone-template-lib v1.3.0