Skip to content

Commit ad80203

Browse files
author
Kent Rancourt
committed
feat(image): add golint and bump version
1 parent 673a88e commit ad80203

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION := 0.1.0
1+
VERSION := 0.2.0
22
REGISTRY ?= quay.io
33
IMAGE_PREFIX ?= deis/
44
IMAGE := ${REGISTRY}/${IMAGE_PREFIX}go-dev:${VERSION}

rootfs/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ RUN mv linux-amd64/glide /usr/local/bin/
1313

1414
RUN rm -rf linux-amd64 glide-0.7.2-linux-amd64.tar.gz
1515

16+
RUN go get -u -v github.com/golang/lint/golint
17+
1618
WORKDIR /go
1719

1820
COPY . /

0 commit comments

Comments
 (0)