From e063ab09366cc045e196ed820030ecd74d8094e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:08:38 +0200 Subject: [PATCH] Update module go to 1.19 (#384) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4be7bee..cc40eda 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/SecurityBrewery/catalyst -go 1.18 +go 1.19 require ( github.com/alecthomas/kong v0.6.1