Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go version check problem #566

Closed
chux0519 opened this issue Aug 8, 2018 · 1 comment
Closed

go version check problem #566

chux0519 opened this issue Aug 8, 2018 · 1 comment

Comments

@chux0519
Copy link

chux0519 commented Aug 8, 2018

scripts/check_requirement.sh seems not correctly check the go version( GO_VER_2 ).

on OSX
go version: 1.10.3

go version | awk 'match($0, /([0-9])+(.[0-9])+/) { ver = substr($0, RSTART, RLENGTH); split(ver, n, "."); print n[2];}'

output: 1

@QueenyJin
Copy link
Contributor

Thanks for your issue report, @chux0519! Please try the new script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants