mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
fix: remove check for GOPATH
This commit is contained in:
parent
8213017f1a
commit
cc58642185
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -52,7 +52,7 @@ check_env: check_go_env check_node_env
|
|||
|
||||
.PHONY: 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)
|
||||
|
||||
.PHONY: check_node_env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue