Skip to content

Commit

Permalink
Fix env test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Mar 26, 2024
1 parent 186b1ad commit 5b5ce1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test-ginkgo: generate fmt vet manifests envtest

.PHONY: envtest
envtest:
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
test -s $(LOCALBIN)/setup-envtest || GOBIN=$(LOCALBIN) go install sigs.k8s.io/controller-runtime/tools/setup-envtest@v0.0.0-20240320141353-395cfc7486e6

# Build manager binary
manager: generate fmt vet
Expand Down

0 comments on commit 5b5ce1b

Please sign in to comment.