From a2f356ea1f2b127a37434900ea40afb4680e85dd Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Tue, 7 Jul 2026 20:23:59 +0000 Subject: [PATCH] Update Go version to 1.26.5 See the release history: https://go.dev/doc/devel/release#go1.26.5. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6f4461c..039679c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arnested/systemd-state -go 1.26.4 +go 1.26.5 require ( github.com/coreos/go-systemd/v22 v22.7.0