0.12.0
- Built using Go 1.8
- Added
generate
task- Can be used to specify
go generate
tasks to be run as part of project - Included in
verify
task - For more information, see https://github.com/palantir/checks/tree/master/gogenerate
- Can be used to specify
test
- Fixed bug where placeholder files could be generated with wrong package if directory contained Go files that used build constraints
- Fixed issue where
go.version
property in JUnit XML output could be incorrect - Added
all
tag that can be used to run all tests in the project when specified as a test tag