From 57fd0613163aac293f0b1b139a48226bb2b1c2fb Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:02:26 +0000 Subject: [PATCH] =?UTF-8?q?deps(deps):=20update=20dependency=20go=20(=201.?= =?UTF-8?q?23.3=20=E2=86=92=201.23.4=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4d1f1fe..86788c9 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/mirceanton/external-dns-provider-mikrotik go 1.23 -toolchain go1.23.3 +toolchain go1.23.4 require ( github.com/caarlos0/env/v11 v11.2.2