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 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