We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6bb54 commit 769847cCopy full SHA for 769847c
test/e2e/Makefile
@@ -37,7 +37,7 @@ export GOBIN := $(abspath $(TOOLS_BIN_DIR))
37
38
ginkgo: $(GINKGO)
39
$(GINKGO): # Build ginkgo from tools folder.
40
- go install github.com/onsi/ginkgo/v2/ginkgo@v2.11.0
+ go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
41
42
$(KUSTOMIZE): # Build kustomize from tools folder.
43
KUSTOMIZE_VERSION=4.5.7 $(REPO_ROOT)/hack/ensure-kustomize.sh
0 commit comments