fix: golint.
This commit is contained in:
parent
7eeac63139
commit
5632952665
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN apk --update upgrade \
|
|||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
RUN go get github.com/containous/go-bindata/... \
|
||||
&& go get github.com/golang/lint/golint \
|
||||
&& go get golang.org/x/lint/golint \
|
||||
&& go get github.com/kisielk/errcheck \
|
||||
&& go get github.com/client9/misspell/cmd/misspell
|
||||
|
||||
|
|
Loading…
Reference in a new issue