We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92902b2 commit aeaca65Copy full SHA for aeaca65
Dockerfile
@@ -1,4 +1,4 @@
1
FROM golang:1
2
3
-RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin \
4
- && go get -u github.com/frapposelli/wwhrd
+RUN go get github.com/golangci/golangci-lint/cmd/golangci-lint \
+ && go get github.com/frapposelli/wwhrd
0 commit comments