From 105268ec732b04cf98a6ed004a4592f9ed03edae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 23:43:16 +0000 Subject: [PATCH] Update dependency go to v1.24.5 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f005036..965fde8 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/georgyo/ifconfig.io go 1.23.0 -toolchain go1.24.2 +toolchain go1.24.5 require ( github.com/gin-gonic/gin v1.10.0