From c4661240a7b7a5d73ce85510f01e9e6eab91cb25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 10:20:35 +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 971422b..d8cda91 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module source.xing.com/fea/act-app -go 1.17 +go 1.19 require github.com/rhysd/actionlint v1.6.22