From 41e752edac8b30ccad8b0d4ca18ccfb44e67a5dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 02:30:41 +0000 Subject: [PATCH] Update dependency go to v1.25.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5e6a7a4..783fffa 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/davegallant/vpngate go 1.24.0 -toolchain go1.24.9 +toolchain go1.25.4 require ( github.com/AlecAivazis/survey/v2 v2.3.7