diff --git a/build.Dockerfile b/build.Dockerfile index d7a279b5d..52b1b8bab 100644 --- a/build.Dockerfile +++ b/build.Dockerfile @@ -5,7 +5,7 @@ RUN apk --update upgrade \ && rm -rf /var/cache/apk/* RUN go get github.com/containous/go-bindata/... \ -&& go get github.com/golang/lint/golint \ +&& go get golang.org/x/lint/golint \ && go get github.com/kisielk/errcheck \ && go get github.com/client9/misspell/cmd/misspell