From 9cb15f0d7b1906fb5a793846f6e770eaa258297f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 11:38:29 +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 16a64f53..b43a0357 100644 --- a/go.mod +++ b/go.mod @@ -5,4 +5,4 @@ // So we need the go.mod file in our test modules. module github.com/reviewdog/action-golangci-lint -go 1.17 +go 1.18