From d4eaf04c4d4c6a3cc604eb9701a5784f1af0390e Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Thu, 7 May 2026 16:24:22 +0000 Subject: [PATCH] Update Go version to 1.26.3 See the release history: https://go.dev/doc/devel/release#go1.26.3. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index fe9cdaa..fcb421c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arnested/sshfpgo -go 1.26.2 +go 1.26.3 require ( github.com/Showmax/go-fqdn v1.0.0