v0.2.7: Updates for go1.13 and protoc 3.9.2
Updates masher scripts and build directives:
- Uses go1.13 for building
- Uses protoc 3.9.2 for protocol buffers
- Injects
main.Version
from git tags - Detects vendoring and short-circuits downloading dependencies and builds with
-mod=vendor
- includes
sumdb
support - Pass-through of
GOPRIVATE
into underlying docker container.
There are no updates to the lib/
portion of this repository from this release.