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 e9eb409 commit 8874c68Copy full SHA for 8874c68
Makefile
@@ -47,7 +47,7 @@ GOLANGCI_LINT:
47
prereq::
48
$(GOCMD) install github.com/jstemmer/go-junit-report/v2@latest
49
GOBIN=${TOOLS_DIR} $(GOCMD) install go.uber.org/mock/[email protected]
50
- ./${TOOLS_DIR}/mockgen --version
+ ${TOOLS_DIR}/mockgen --version
51
52
build::
53
$(GOCMD) env GOOS GOARCH
0 commit comments