Update make.sh
Co-authored-by: Anmol Sethi <hi@nhooyr.io>
This commit is contained in:
parent
4d37629940
commit
de52064d9f
1 changed files with 1 additions and 1 deletions
2
make.sh
2
make.sh
|
|
@ -9,7 +9,7 @@ fi
|
|||
PATH="$(cd -- "$(dirname "$0")" && pwd)/ci/sub/bin:$PATH"
|
||||
cd -- "$(dirname "$0")"
|
||||
|
||||
if ! $(go version | grep -qF "1.18."); then
|
||||
if ! go version | grep -qF '1.18'; then
|
||||
printferr "You need go 1.18 to build d2.\n"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue