From 65bfecae14f451d2294a17eba7dcbbdec946aa16 Mon Sep 17 00:00:00 2001 From: henryjcee Date: Wed, 9 Oct 2024 14:06:29 +0100 Subject: [PATCH] Revert go.mod migration to 1.2x+ --- tests/go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/go.mod b/tests/go.mod index db1d067c..44535b03 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -1,8 +1,6 @@ module gorm.io/gorm/tests -go 1.21 - -toolchain go1.23.2 +go 1.18 require ( github.com/google/uuid v1.6.0