From cd8a3b0a4ef5bd0f233fc2a164bacdefa30809d0 Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Fri, 19 Jun 2026 05:29:30 +0000 Subject: [PATCH] Test Go unstable version 1.27rc1 See the draft release notes: https://tip.golang.org/doc/go1.27. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b91e170..d7573a9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arnested/sshfpgo -go 1.26.4 +go 1.27rc1 require ( github.com/Showmax/go-fqdn v1.0.0