From 67944ceb34d082795826c02db405901e051cbcb6 Mon Sep 17 00:00:00 2001 From: arnested <190005+arnested@users.noreply.github.com> Date: Thu, 7 May 2026 16:23:26 +0000 Subject: [PATCH] Update Go version to 1.26.3 See the release history: https://go.dev/doc/devel/release#go1.26.3. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0ce8bd5..38c50f6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arnested/systemd-state -go 1.26.2 +go 1.26.3 require ( github.com/coreos/go-systemd/v22 v22.7.0