From 32c3c2a6f1962cc4bcf63759a2b3fa725b887679 Mon Sep 17 00:00:00 2001 From: woodpecker-bot Date: Mon, 12 May 2025 06:21:43 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.3 (#50) Reviewed-on: https://codeberg.org/woodpecker-plugins/go-plugin/pulls/50 Co-authored-by: woodpecker-bot Co-committed-by: woodpecker-bot --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ad74253..5a6e5b0 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module codeberg.org/woodpecker-plugins/go-plugin go 1.23.0 -toolchain go1.24.2 +toolchain go1.24.3 require ( github.com/joho/godotenv v1.5.1