From 0aa8a4adfac020d232683201731554e6f2ba61b0 Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:09:56 +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 6f4461c..3d9f292 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arnested/systemd-state -go 1.26.4 +go 1.27rc1 require ( github.com/coreos/go-systemd/v22 v22.7.0