From bf7c22f75f53ce71313771378ad8e2e574e6efe8 Mon Sep 17 00:00:00 2001 From: Lars Bahner Date: Fri, 15 Mar 2024 19:57:15 +0100 Subject: [PATCH] Github actions were broken, not module --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1f8d6a3..e9b6845 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/bahner/go-ma-actor -go 1.22.1 +go 1.22 require ( github.com/adrg/xdg v0.4.0