From 579a161e91880dcac1efdd5ac8606c8c46c02080 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 16:08:31 +0000 Subject: [PATCH] Update module go to 1.19 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5efd602..68bdb77 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/doronbehar/pistol -go 1.16 +go 1.19 require ( github.com/adrg/xdg v0.4.0