grim/convey

d0dda9183cb5
Added tag v0.10.2 for changeset b30916d30b7b
# convey/go-vet
The go-vet image is a simple wrapper around the official golang:latest image.
## Example
tasks:
go-vet:
image: convey/go-vet:latest
environment:
- GO_PACKAGE=bitbucket.org/rw_grim/convey
## Environment Variables
GO_PACKAGE if set will put the root of the workspace into the correct path and run go vet on all packages in the package.