Skip to content

Commit

Permalink
use go install instead of go get
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 17, 2022
1 parent bbdd641 commit 4f583aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ all: depend lint goagen
.PHONY: depend
depend:
go mod download
go get github.com/onsi/ginkgo/ginkgo
go install github.com/onsi/ginkgo/ginkgo@latest

.PHONY: test
test:
Expand Down

0 comments on commit 4f583aa

Please sign in to comment.