mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +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
|
||||
RUN go get \
|
||||
github.com/golang/lint/golint \
|
||||
github.com/kisielk/errcheck \
|
||||
golang.org/x/tools/cmd/vet
|
||||
github.com/kisielk/errcheck
|
||||
|
||||
# copy source files
|
||||
COPY . $GOPATH/src/github.com/amacneil/dbmate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue