From e2e983c19becf41b19fa25b1dcf4d15e36f7238a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedrich=20Gro=C3=9Fe?= Date: Sat, 16 Mar 2024 21:18:07 +0100 Subject: [PATCH] Revert "Test if go mod tidy check actually runs" This reverts commit e008872b8bc5685025b44077a0178bb5ac248dac. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e64cad5..eea7932 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/pkg/errors v0.9.1 - github.com/stretchr/testify v1.7.0 + github.com/stretchr/testify v1.9.0 ) require (