We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ce0a6 commit 32068fdCopy full SHA for 32068fd
Makefile
@@ -46,6 +46,6 @@ tools:
46
47
# code coverage
48
go get -u golang.org/x/tools/cmd/cover
49
- go get github.com/onsi/ginkgo/ginkgo
50
- go get github.com/modocache/gover
51
- go get github.com/mattn/goveralls
+ go get -u github.com/onsi/ginkgo/ginkgo
+ go get -u github.com/modocache/gover
+ go get -u github.com/mattn/goveralls
0 commit comments