From 973b6023a6d0d270f58795b71ed9ca9103f7ce50 Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Thu, 13 Aug 2026 18:05:44 +0000 Subject: [PATCH] Update Go version to 1.26.6 See the release history: https://go.dev/doc/devel/release#go1.26.6. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 854bbcd..0e6e28b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arnested/sshfpgo -go 1.26.5 +go 1.26.6 require ( github.com/Showmax/go-fqdn v1.0.0