Releases: guyarb/golang-test-annotations
Releases · guyarb/golang-test-annotations
v0.8.0
What's Changed
- Update to node20 by @torcolvin in #31
New Contributors
- @torcolvin made their first contribution in #31
Full Changelog: v0.7.0...v0.8.0
Supporting optional working directory
Fixes
Ignore log lines in tests
What's Changed
- Bump @actions/core from 1.5.0 to 1.6.0 by @dependabot in #17
- Test logging no longer affects retrieval of file name and line number by @IsaacLambat in #19
New Contributors
- @IsaacLambat made their first contribution in #19
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Added option (#15)
Support modules names without `github.com/owner` prefix
v0.4.0 add configuration for custom pkg names (#5)
Updated @actions/core to 1.2.6
Bump @actions/core from 1.2.5 to 1.2.6 (#2) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com>
Removing node modules
v0.2.0 Added the action's code
First version
Enables failed golang testing annotations.