Releases: nikogura/gomason
Releases · nikogura/gomason
v2.13.0
2.13.0
Adds '-l' flag to build and publish. When '-l' is set, gomason uses whatever is present in CWD to build, test, sign, and publish.
This removes the original intent of building in a 'clean room' (temporary GOPATH) to ensure all dependencies are captured, but that 'feature' of gomason was largely superseded by the advent of go modules.
2.12.1
2.12.0
Refactored logging to use logrus and json logging
standardized all error handling and internal messaging
added check to see if artifact collection was copying files to the same directory and then removing them (it was borking the test suite)
upgraded all dependencies