Skip to content

Releases: nikogura/gomason

v2.13.0

02 Jul 21:35
8a89c22
Compare
Choose a tag to compare
update docs

2.13.0

24 Jan 17:51
8c6a0c0
Compare
Choose a tag to compare

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

15 Dec 01:01
d0c605f
Compare
Choose a tag to compare

Fixed bug in collection of signatures

made collection optional in HandleExtras

2.12.0

14 Dec 03:35
316a595
Compare
Choose a tag to compare

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

2.11.2

13 Dec 17:28
0be74b7
Compare
Choose a tag to compare

Test output refactor to avoid crashes in test suite. No functional changes.

2.11.1

13 Dec 00:06
8e8f707
Compare
Choose a tag to compare

Handles cross-device file copies with more aplomb

2.11.0

06 Oct 16:52
524a515
Compare
Choose a tag to compare

Reworked gox invocation to comply with go 1.19's new handling of 'install' vs 'get'

2.10.0

27 Dec 17:34
190c2d5
Compare
Choose a tag to compare

Removes dependency on 'master' branch. Should work on any default branch now.

2.9.0

08 Jul 22:29
838d0ea
Compare
Choose a tag to compare

Fixes #24 Testing with no go files in the root of the repo.

2.8.0

20 Apr 20:44
fe7447f
Compare
Choose a tag to compare

Adds optional test-timeout flag for long running tests