Is this project still being maintained?
Hello, hust wanted to check if the gotests project is still being maintained. It's been about three years since the last update, and I noticed the develop branch has some features (like the -named flag) that aren't in the official release yet. There are also several PRs waiting for review.
Any updates on the project's future? Thanks!
+1
+1
+1
@cweill Are you still around? Is there anything I could do to help get that -named flag merged/released?
Yes, the project is being actively maintained again! 🎉
After 5 years since v1.6.0, we've just released v1.7.0 with major improvements:
✨ New Features:
- Recursive directory support (
pkg/...patterns) - Cleaner generated code with Go 1.22+ loop scoping
- Better error handling with
t.Fatalf()
🔧 Improvements:
- Minimum Go version: 1.22 (was 1.6)
- Replaced bindata with stdlib embed (-834 lines!)
- Fixed import path bugs
- Proper t.Parallel() placement
📦 CI/CD:
- Testing Go 1.22.x, 1.23.x, 1.24.x, and 1.25.x
- Modernized GitHub Actions
We integrated 5 PRs and fixed multiple issues in this release. The project is back on track!
Check out the release: https://github.com/cweill/gotests/releases/tag/v1.7.0
Thanks for checking in on the project!