Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 0498165

Browse files
committed
using dep ensure -vendor-only on CI
1 parent 2609f1f commit 0498165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
setup:
22
go get -u gopkg.in/alecthomas/gometalinter.v2
33
go get -u github.com/golang/dep/cmd/dep
4-
dep ensure -v
4+
dep ensure -v -vendor-only
55
gometalinter.v2 --install
66

77
build:

0 commit comments

Comments
 (0)