From 5aeb0acc5f4aef5cffb2f1361d93c50f740e3a31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 03:07:53 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.3 (#71) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go.mod b/src/go.mod index 95e411a..a3a0eca 100644 --- a/src/go.mod +++ b/src/go.mod @@ -2,7 +2,7 @@ module github.com/puzzle/cert-manager-webhook-dnsimple go 1.23.8 -toolchain go1.24.2 +toolchain go1.24.3 require ( github.com/cert-manager/cert-manager v1.17.2