Open azr opened 8 years ago
Ah, yes, script/build
needs a Go version less than 1.7. I think the format of the -X args changed (hence the error message). I'll try to find some time over the next week to look into it.
Note though that go build
should work just fine with any Go version. The -X args are just used to set the commit hash and version in the binary.
Hey there yes, I just commented the lines that switch from space to '=' and it built !
Hello ! :)