From 2c0ef3744c0d5aed036ecd852fdf5c72b8c9e86e Mon Sep 17 00:00:00 2001 From: "mr-borboto[bot]" <170036086+mr-borboto[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 21:43:57 +0000 Subject: [PATCH] =?UTF-8?q?fix(go):=20update=20dependency=20go=20(=201.23.?= =?UTF-8?q?6=20=E2=86=92=201.24.0=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 dab4266..0c84188 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/mirceanton/external-dns-provider-mikrotik go 1.23.3 -toolchain go1.23.6 +toolchain go1.24.0 require ( github.com/caarlos0/env/v11 v11.3.1