stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
701 stars 75 forks source link

Update supported go versions to latest three #149

Closed hanzei closed 7 months ago

hanzei commented 7 months ago

Summary

Only support the latest three major go versions

Checklist

dolmen commented 7 months ago

This upgrade wasn't necessary. It will block projects still using an older version of Go from upgrading objx and testify while our code would still work with those old Go versions.