From a369881252e19c26943f5a6fbb5887841609b32b Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Tue, 10 Feb 2026 05:20:47 +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 58c3be1..f974d06 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arnested/systemd-state -go 1.25.7 +go 1.26rc3 require ( github.com/coreos/go-systemd/v22 v22.7.0