bblfsh / go-driver

GNU General Public License v3.0
10 stars 9 forks source link

Update native driver to Go 1.12 #45

Closed dennwc closed 5 years ago

dennwc commented 5 years ago

We should update the native Go driver to Go 1.12+.

Currently, the bug in go test breaks the build on Alpine, so we should have to either work around it by setting CGO_ENABLE=0 in SDK, or wait for the fix.