From aa5a218d25f494f31c5146638d686c218ae5dea1 Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Tue, 10 Feb 2026 05:21:11 +0000 Subject: [PATCH] Test Go unstable version 1.26rc3 See the draft release notes: https://tip.golang.org/doc/go1.26. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bbac7c1..a2d11ae 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arnested/sshfpgo -go 1.25.7 +go 1.26rc3 require ( github.com/Showmax/go-fqdn v1.0.0