Skip to content

Commit da7afa0

Browse files
committed
Install golangci-lint the old way
Signed-off-by: Simon Gellis <[email protected]>
1 parent 533f6a4 commit da7afa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ lint: ${LINT}
2323
${MOCKERY}:
2424
$(VGO) install github.com/vektra/mockery/v2@latest
2525
${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
26+
$(VGO) install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8
2727
ffcommon:
2828
$(eval WSCLIENT_PATH := $(shell $(VGO) list -f '{{.Dir}}' github.com/hyperledger/firefly-common/pkg/wsclient))
2929

0 commit comments

Comments
 (0)