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 533f6a4 commit da7afa0Copy full SHA for da7afa0
Makefile
@@ -23,7 +23,7 @@ lint: ${LINT}
23
${MOCKERY}:
24
$(VGO) install github.com/vektra/mockery/v2@latest
25
${LINT}:
26
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(shell $(VGO) env GOPATH)/bin v1.64.8
+ $(VGO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8
27
ffcommon:
28
$(eval WSCLIENT_PATH := $(shell $(VGO) list -f '{{.Dir}}' github.com/hyperledger/firefly-common/pkg/wsclient))
29
0 commit comments