Skip to content

Commit aeaca65

Browse files
author
Tobi Fuhrimann
committed
Implement temporary workaround for linter issue
This is necessary because of golangci/golangci-lint#659.
1 parent 92902b2 commit aeaca65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM golang:1
22

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
3+
RUN go get github.com/golangci/golangci-lint/cmd/golangci-lint \
4+
&& go get github.com/frapposelli/wwhrd

0 commit comments

Comments
 (0)