Skip to content

Commit

Permalink
echo which go
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Teoh committed Dec 26, 2023
1 parent b9452aa commit 07034c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 07034c2

Please sign in to comment.