From 5b79423c79302a0832cf9b02065be1585c932adc Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:05:23 +0000 Subject: [PATCH] Update Go version to 1.26.0 See the release history: https://go.dev/doc/devel/release#go1.26.0. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bbac7c1..15490c1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arnested/sshfpgo -go 1.25.7 +go 1.26.0 require ( github.com/Showmax/go-fqdn v1.0.0