Releases: GoTestTools/gotestfmt-action
Releases · GoTestTools/gotestfmt-action
v2.3.0
What's Changed
- Upgrade to nodejs 24 by @jaredoconnell in #17
New Contributors
- @jaredoconnell made their first contribution in #17
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.0
What's Changed
- Deprecating haveyoudebuggedit/gotestfmt-action by @janosdebugs in #2
- Revert "Deprecating haveyoudebuggedit/gotestfmt-action" by @janosdebugs in #3
- Fix ln operation on macos by @engelmi in #5
- added token to install by @engelmi in #7
- Updating to node16 by @janosdebugs in #6
New Contributors
Full Changelog: v2.0.0...v2.1.0
2.0.0: Switching to JSON output
This release contains a backwards-incompatible change and only supports output generated with go test -json. Please switch your test configuration to output in the JSON format.
We are sorry we had to break backwards compatibility, but this was the only way to fix bug #8, where tests were incorrectly shown in the wrong package.
1.0.0: gotestfmt in action(s)
gotestfmt transforms the output of go test into a beautiful, folded and colored version in GitHub Actions. You can find more information on the gotestfmt repository.