mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 19:20:37 +03:00
fix: remove check for GOPATH
This commit is contained in:
parent
8213017f1a
commit
cc58642185
2
Makefile
2
Makefile
@ -52,7 +52,7 @@ check_env: check_go_env check_node_env
|
|||||||
|
|
||||||
.PHONY: check_go_env
|
.PHONY: check_go_env
|
||||||
check_go_env:
|
check_go_env:
|
||||||
@(test -n "${GOPATH}" && hash go) || (echo "\nERROR: GO environment not setup properly!\n"; exit 1)
|
@(hash go) || (echo "\nERROR: GO environment not setup properly!\n"; exit 1)
|
||||||
@go version | grep -q $(GO_VERSION) || (echo "\nERROR: Please upgrade your GO version\n"; exit 1)
|
@go version | grep -q $(GO_VERSION) || (echo "\nERROR: Please upgrade your GO version\n"; exit 1)
|
||||||
|
|
||||||
.PHONY: check_node_env
|
.PHONY: check_node_env
|
||||||
|
Loading…
x
Reference in New Issue
Block a user