mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
goget-tools install method (#6311)
This commit is contained in:
2
Makefile
2
Makefile
@@ -118,7 +118,7 @@ clean:
|
||||
|
||||
.PHONY: goget-tools
|
||||
goget-tools:
|
||||
(curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/v$(GOLANGCI_LINT_VERSION)/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v$(GOLANGCI_LINT_VERSION)) || go install -mod=readonly github.com/golangci/golangci-lint/cmd/golangci-lint@v$(GOLANGCI_LINT_VERSION)
|
||||
(cd / && go install -mod=mod github.com/golangci/golangci-lint/cmd/golangci-lint@v$(GOLANGCI_LINT_VERSION))
|
||||
|
||||
.PHONY: goget-ginkgo
|
||||
goget-ginkgo:
|
||||
|
||||
Reference in New Issue
Block a user