From 4f583aa04b4089e72ffc271383865d7eb0da88d3 Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Thu, 17 Mar 2022 19:22:14 +0900 Subject: [PATCH] use go install instead of go get --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef07c8c5..4a8b5bb6 100644 --- a/Makefile +++ b/Makefile @@ -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: