We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6edf77 commit fc7c8e3Copy full SHA for fc7c8e3
Makefile
@@ -11,11 +11,11 @@ TEST_TARGETS=$(addprefix test-,$(PACKAGES))
11
12
deps:
13
go get github.com/Masterminds/glide
14
- GO15VENDOREXPERIMENT=1 glide install --cache
+ GO15VENDOREXPERIMENT=1 glide update --cache
15
16
deps-test:
17
18
19
go get github.com/golang/lint/golint
20
go get github.com/jstemmer/go-junit-report
21
0 commit comments