From e87b62900aadb1d2ad4c22b617051eb3e2759541 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 00:02:02 +0000 Subject: [PATCH] Update dependency go to v1.25.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index d4ab553..5c9b5c5 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/georgyo/ifconfig.io go 1.24 -toolchain go1.24.5 +toolchain go1.25.1 require ( github.com/gin-gonic/gin v1.10.1