From fe7a52dd0268a9aacb6bb17b3ba86534a01a168e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 19:53:43 -0700 Subject: [PATCH] chore(deps): update module go to 1.19 (#715) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 21aca55..e8a8552 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/mgechev/revive -go 1.12 +go 1.19 require ( github.com/BurntSushi/toml v1.2.0