From fe33b6f2eb43e175fd67a2a8f8545073e38a5ab6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:50:46 -0700 Subject: [PATCH] chore(deps): update dependency go to v1.23.0 (#47) 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 bfbad56..4a52f19 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/kashalls/external-dns-provider-unifi go 1.22.2 -toolchain go1.22.6 +toolchain go1.23.0 require ( github.com/caarlos0/env/v11 v11.2.2