From 9eefac2e28cdf7abc80b2407e60cc22d28a55866 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 06:43:32 +0000 Subject: [PATCH] chore(deps): 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 c43ad794..1f30a9e4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sheldonhull/magetools -go 1.16 +go 1.18 require ( github.com/bitfield/script v0.18.4