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