From 530ced4f2a593afba295c4fcf7e4f8acdaa8d0ed Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 8 May 2026 21:19:20 +0800 Subject: [PATCH] chore: bump go directive to 1.25.10 - Update go.mod go directive from 1.25.9 to 1.25.10 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c65f911..e50fb02 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/appleboy/drone-telegram -go 1.25.9 +go 1.25.10 require ( github.com/appleboy/drone-template-lib v1.3.0