Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: update to use the latest version of go-junit-report
`make test` failed for me on MacOS with this error: ```console $ make test ... === installing go-junit-report tar: Error opening archive: Unrecognized archive format make[2]: *** $ ``` So it seems the version v2.0.0 of go-junit-report has a broken source tarball Going to the latest version v2.1.0 fixes the problem for me. Signed-off-by: Michael Adam <obnox@samba.org>
- Loading branch information