Update make.sh
Co-authored-by: Anmol Sethi <hi@nhooyr.io>
This commit is contained in:
parent
de52064d9f
commit
ff3f6784c2
1 changed files with 1 additions and 1 deletions
2
make.sh
2
make.sh
|
|
@ -10,7 +10,7 @@ PATH="$(cd -- "$(dirname "$0")" && pwd)/ci/sub/bin:$PATH"
|
||||||
cd -- "$(dirname "$0")"
|
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"
|
echoerr "You need go 1.18 to build d2."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue