stretchr / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
22.52k stars 1.56k forks source link

deps: downgrade objx to v0.5.1 #1561

Open dolmen opened 4 months ago

dolmen commented 4 months ago

Summary

objx v0.5.2 unnecessarly upgrades the minimum Go version from 1.13 to 1.20. v0.5.1 is just enough.

Changes

Motivation

objx v0.5.1 is just enough. But stretchr/objx#149 changed the minimum Go version from 1.13 to 1.20.

We don't want to force users to upgrade Go to use the latest testify version while we don't use specific features of those later versions.

Related issues

Revert #1552. See stretchr/objx#149.

brackendawson commented 4 months ago

v1.17 builds all passed, what is the actual minimum version this imposed on users?