Skip to content

Commit

Permalink
Implement temporary workaround for linter issue
Browse files Browse the repository at this point in the history
This is necessary because of golangci/golangci-lint#659.
  • Loading branch information
Tobi Fuhrimann committed Sep 9, 2019
1 parent 92902b2 commit aeaca65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1

RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin \
&& 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 comments on commit aeaca65

Please sign in to comment.