From 6c7ef4e234db7347ada757bd6868adb494c8ff8f Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:46:09 +0000 Subject: [PATCH] Update Go version to 1.25.4 See the release history: https://go.dev/doc/devel/release#go1.25.4. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ea5b805..ca6c6c3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arnested/sshfpgo -go 1.25.3 +go 1.25.4 require ( github.com/Showmax/go-fqdn v1.0.0