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 64b5587 commit a987717Copy full SHA for a987717
Dockerfile
@@ -1,5 +1,5 @@
1
FROM golang:latest
2
3
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
4
-RUN go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
+RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin
5
RUN go get -u github.com/frapposelli/wwhrd
0 commit comments