From 810130b6e9030e0b1809070c575234cad9a15f47 Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Tue, 7 Oct 2025 18:49:57 +0000 Subject: [PATCH] Update Go version to 1.25.2 See the release history: https://go.dev/doc/devel/release#go1.25.2. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6a234ef..c7579bc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arnested/sshfpgo -go 1.25.1 +go 1.25.2 require ( github.com/Showmax/go-fqdn v1.0.0