Merge pull request #329 from dnephin/fix-linter-master

Update gometalinter
This commit is contained in:
Sebastiaan van Stijn 2017-07-12 13:21:24 -07:00 committed by GitHub
commit 6d74d8c13c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM golang:1.8.3-alpine
RUN apk add -U git
ARG GOMETALINTER_SHA=b4ebfc554d8f36bfef1f180ad0aaaaac99b430d5
ARG GOMETALINTER_SHA=4306381615a2ba2a207f8fcea02c08c6b2b0803f
RUN go get github.com/alecthomas/gometalinter && \
cd /go/src/github.com/alecthomas/gometalinter && \
git checkout -q "$GOMETALINTER_SHA" && \