grim/convey

Bump the version for release
v0.11.1
2017-10-21, Gary Kramlich
00923ff4e245
Bump the version for release
# convey/go-build
The go-build image is a simple wrapper around the official golang:alpine image.
## Example
tasks:
build-linux:
image: convey/go-build:latest
command: -o convey-linux-amd64
environment:
- CGO_ENABLED=0
- GOOS=linux
- GOARCH=amd64
- 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 into the correct path in $GOPATH.