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