From ead39f3565c4f7dde9d0bd7005bc43f31f8cb2ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 06:27:23 +0000 Subject: [PATCH] Update module go to 1.18 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0aa3f0e..bc92c5d 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/yuya-takeyama/ntimes -go 1.15 +go 1.18 require github.com/jessevdk/go-flags v1.5.0