From bfeba0b51a12b4c5f7f2db134b41ef28193916a0 Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Thu, 9 May 2024 18:06:02 -0500 Subject: [PATCH] Update test data --- __tests__/data/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/data/go.mod b/__tests__/data/go.mod index dea3480..69b9e47 100644 --- a/__tests__/data/go.mod +++ b/__tests__/data/go.mod @@ -1,6 +1,6 @@ module example.com/mymodule -go 1.14 +go 1.20 require ( example.com/othermodule v1.2.3