diff --git a/go.mod b/go.mod index bddefac03..60d69a8ea 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,8 @@ module github.com/stretchr/testify -go 1.20 +// This should match the minimum supported version that is tested in +// .github/workflows/main.yml +go 1.19 require ( github.com/davecgh/go-spew v1.1.1