We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 673a88e + ad80203 commit ca22135Copy full SHA for ca22135
2 files changed
Makefile
@@ -1,4 +1,4 @@
1
-VERSION := 0.1.0
+VERSION := 0.2.0
2
REGISTRY ?= quay.io
3
IMAGE_PREFIX ?= deis/
4
IMAGE := ${REGISTRY}/${IMAGE_PREFIX}go-dev:${VERSION}
rootfs/Dockerfile
@@ -13,6 +13,8 @@ RUN mv linux-amd64/glide /usr/local/bin/
13
14
RUN rm -rf linux-amd64 glide-0.7.2-linux-amd64.tar.gz
15
16
+RUN go get -u -v github.com/golang/lint/golint
17
+
18
WORKDIR /go
19
20
COPY . /
0 commit comments