google / grumpy

Grumpy is a Python to Go source code transcompiler and runtime.
Apache License 2.0
10.54k stars 648 forks source link

When using go1.9beta2,version check fail #375

Open myml opened 7 years ago

myml commented 7 years ago

go version

go version go1.9beta2 linux/amd64

make

/bin/sh: 1: test: Illegal number: 9beta2 Makefile:46: *** unsupported Go version , Grumpy requires at least 1.6. Please update Go。

trotterdylan commented 7 years ago

Thanks for the report. I will update the Makefile to better handle weird version numbers.