mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Remove manual installation of go vet
This commit is contained in:
parent
b44008a503
commit
db140b60d7
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@ RUN dpkg --add-architecture i386 && \
|
||||||
# development dependencies
|
# development dependencies
|
||||||
RUN go get \
|
RUN go get \
|
||||||
github.com/golang/lint/golint \
|
github.com/golang/lint/golint \
|
||||||
github.com/kisielk/errcheck \
|
github.com/kisielk/errcheck
|
||||||
golang.org/x/tools/cmd/vet
|
|
||||||
|
|
||||||
# copy source files
|
# copy source files
|
||||||
COPY . $GOPATH/src/github.com/amacneil/dbmate
|
COPY . $GOPATH/src/github.com/amacneil/dbmate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue