mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
[Bugfix] Fix golangci-lint tool installation (#924)
This commit is contained in:
parent
daaf9b1a18
commit
3b874af937
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -449,7 +449,7 @@ init: tools update-generated $(BIN) vendor
|
|||
.PHONY: tools
|
||||
tools: update-vendor
|
||||
@echo ">> Fetching golangci-lint linter"
|
||||
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.42.1
|
||||
@GOBIN=$(GOPATH)/bin go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.42.1
|
||||
@echo ">> Fetching goimports"
|
||||
@GOBIN=$(GOPATH)/bin go install golang.org/x/tools/cmd/goimports@0bb7e5c47b1a31f85d4f173edc878a8e049764a5
|
||||
@echo ">> Fetching license check"
|
||||
|
|
Loading…
Reference in a new issue