From 18ace35b74ac4aeb6d41201b5f22ad1c94b4a747 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:09:02 -0700 Subject: [PATCH] chore(deps): update dependency go to v1.22.4 (#31) 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 e77bfbe..8891115 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.3 +toolchain go1.22.4 require ( github.com/caarlos0/env/v11 v11.0.1