We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fd84a commit b068e12Copy full SHA for b068e12
Dockerfile
@@ -2,4 +2,6 @@ FROM golang:latest
2
3
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
4
RUN go get -u github.com/alecthomas/gometalinter && gometalinter --install
5
+RUN go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
6
+RUN go get -u github.com/go-critic/go-critic/...
7
RUN go get -u github.com/frapposelli/wwhrd
0 commit comments