From 96074f24f62eb9dd5051b02912dd0b7ea91765e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:51:28 -0800 Subject: [PATCH] chore(deps): update dependency go to v1.23.3 (#68) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5767042..08fdf97 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/kashalls/external-dns-unifi-webhook go 1.23 -toolchain go1.23.2 +toolchain go1.23.3 require ( github.com/caarlos0/env/v11 v11.2.2