From 2b07b313131b8532b182df78d28bb1193f49a119 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 18:17:04 +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 0f78567..b3f42d1 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/suzuki-shunsuke/go-dataeq/v2 -go 1.13 +go 1.19 require github.com/stretchr/testify v1.7.4