Skip to content

Commit 769847c

Browse files
authored
🐛 fix ginkgo version mismatch (#1114)
fix ginkgo version mismatch Signed-off-by: Anurag <[email protected]>
1 parent ad6bb54 commit 769847c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export GOBIN := $(abspath $(TOOLS_BIN_DIR))
3737

3838
ginkgo: $(GINKGO)
3939
$(GINKGO): # Build ginkgo from tools folder.
40-
go install github.com/onsi/ginkgo/v2/ginkgo@v2.11.0
40+
go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo
4141

4242
$(KUSTOMIZE): # Build kustomize from tools folder.
4343
KUSTOMIZE_VERSION=4.5.7 $(REPO_ROOT)/hack/ensure-kustomize.sh

0 commit comments

Comments
 (0)