Skip to content

Commit dfd58d0

Browse files
committed
support go1.7
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
1 parent e3ce501 commit dfd58d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function build {
1818
GOOS=$3
1919
GOARCH=$4
2020

21-
if ! go version | egrep -q 'go(1\.1[56])' ; then
21+
if ! go version | egrep -q 'go(1\.1[567])' ; then
2222
echo "go version must be 1.15 or above"
2323
exit 1
2424
fi

0 commit comments

Comments
 (0)