Skip to content

Commit 32068fd

Browse files
committed
Always update on go-get
1 parent 85ce0a6 commit 32068fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ tools:
4646

4747
# code coverage
4848
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
49+
go get -u github.com/onsi/ginkgo/ginkgo
50+
go get -u github.com/modocache/gover
51+
go get -u github.com/mattn/goveralls

0 commit comments

Comments
 (0)