grim/convey

d0dda9183cb5
Added tag v0.10.2 for changeset b30916d30b7b
# convey/go-test
The go-test image is a simple wrapper around the official golang:latest image.
## Example
tasks:
testing:
image: convey/go-test:latest
environment:
- GO_PACKAGE=bitbucket.org/rw_grim/convey
## Command
Additional arguments to pass to go build.
## Environment Variables
GO_PACKAGE if set will put the root of the workspace in the appropriate path in $GOPATH.