From 07034c23ad3419e076564447dc8ae6061f79d987 Mon Sep 17 00:00:00 2001 From: Albert Teoh Date: Tue, 26 Dec 2023 22:14:43 +1100 Subject: [PATCH] echo which go --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 65594b802cf..e7e4fe29f43 100644 --- a/Makefile +++ b/Makefile @@ -495,6 +495,8 @@ install-test-tools: $(GO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2 $(GO) install mvdan.cc/gofumpt@latest $(GO) install github.com/jstemmer/go-junit-report/v2@latest +install-test-tools: + echo "install-test-tools: which go: " && which $(GO) .PHONY: install-build-tools install-build-tools: