From b83e132023ddb473825ab704be3ed40af10f1344 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 21:09:48 +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 d25aed3..0cac02e 100644 --- a/go.mod +++ b/go.mod @@ -47,4 +47,4 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect ) -go 1.18 +go 1.19