From ac911eabb3b309282e1b2378fcac6619e4272cd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 02:04:29 +0000 Subject: [PATCH] chore(deps): 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 363e4825..5f9fbd52 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mergestat/mergestat-lite -go 1.17 +go 1.19 require ( github.com/BurntSushi/toml v1.2.0