Fix dep-ensure task (#5016)
This commit is contained in:
parent
b9e944a8a6
commit
be22a5d9bc
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -226,9 +226,9 @@ check_dead_links: ## Check if the documentation contains dead links.
|
|||
|
||||
.PHONY: dep-ensure
|
||||
dep-ensure: check-go-version ## Update and vendo go dependencies.
|
||||
go mod tidy -v
|
||||
GO111MODULE=on go mod tidy -v
|
||||
find vendor -name '*_test.go' -delete
|
||||
go mod vendor
|
||||
GO111MODULE=on go mod vendor
|
||||
|
||||
.PHONY: dev-env
|
||||
dev-env: check-go-version ## Starts a local Kubernetes cluster using minikube, building and deploying the ingress controller.
|
||||
|
|
0
images/grpc-fortune-teller/go.mod
Normal file
0
images/grpc-fortune-teller/go.mod
Normal file
Loading…
Reference in a new issue