From 12a024f055c2c6cf6d426fe9d5bb0926a43a3096 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 04:39:25 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.24.6 (#81) 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 23c06ae..46f12b1 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.5 +toolchain go1.24.6 require ( github.com/cert-manager/cert-manager v1.18.2