You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "afzal442 (via GitHub)" <gi...@apache.org> on 2023/04/29 06:21:43 UTC

[GitHub] [apisix-ingress-controller] afzal442 commented on a diff in pull request #1819: chore: updates latest go mod lib and modifies the ginkgo install instruction

afzal442 commented on code in PR #1819:
URL: https://github.com/apache/apisix-ingress-controller/pull/1819#discussion_r1181001401


##########
Makefile:
##########
@@ -150,7 +150,8 @@ e2e-test-local: kind-up e2e-test
 .PHONY: ginkgo-check
 ginkgo-check:
 ifeq ("$(wildcard $(GINKGO))", "")
-	@echo "ERROR: Need to install ginkgo first, run: go get -u github.com/onsi/ginkgo/v2/ginkgo@v2.9.2 or go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.9.2"
+	@echo "ERROR: Need to install ginkgo first, run: go get -u github.com/onsi/ginkgo/v2/ginkgo@v2.9.2 and go install -mod=mod github.com/onsi/ginkgo/v2/ginkgo@v2.9.2"

Review Comment:
   > And it can be installed via go install after 1.16
   
   Thanks. Yes it is. I think the confusion was either or. So I have concatenated it with `and`. `go get` just updates your go mod file. Right?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org