OK, yes that is too old. We should install a sufficiently new version of Go as part of the release verification script to avoid this class of failure
https://issues.apache.org/jira/browse/ARROW-7733 If you're interested in installing a newer version of Go on Ubuntu 18.04, here is how I do it when I provision my personal machines https://github.com/wesm/dev-toolchain/blob/master/ubuntu-bootstrap.sh#L254 On Fri, Jan 31, 2020 at 1:12 PM Antoine Pitrou <anto...@python.org> wrote: > > > It's the version packaged in Ubuntu 18.04. > > $ go version > go version go1.10.4 linux/amd64 > > Regards > > Antoine. > > > Le 31/01/2020 à 20:06, Wes McKinney a écrit : > > hi Antoine -- which version of Go are you using? Some of these issues > > are resolved by upgrading the Go version > > > > On Fri, Jan 31, 2020 at 6:19 AM Antoine Pitrou <anto...@python.org> wrote: > >> > >> > >> On Ubuntu 18.04, the source verification is successful until the go > >> step, which fails: > >> https://gist.github.com/pitrou/7e089ac146197b1141585c271cb39866 > >> > >> Side note: the JS verification step should avoid spamming the terminal > >> with tons of useless information. > >> > >> Regards > >> > >> Antoine. > >> > >> > >> Le 31/01/2020 à 04:13, Krisztián Szűcs a écrit : > >>> Hi, > >>> > >>> I would like to propose the following release candidate (RC2) of Apache > >>> Arrow version 0.16.0. This is a release consisting of 728 > >>> resolved JIRA issues[1]. > >>> > >>> This release candidate is based on commit: > >>> 729a7689fd87572e6a14ad36f19cd579a8b8d9c5 [2] > >>> > >>> The source release rc2 is hosted at [3]. > >>> The binary artifacts are hosted at [4][5][6][7]. > >>> The changelog is located at [8]. > >>> > >>> Please download, verify checksums and signatures, run the unit tests, > >>> and vote on the release. See [9] for how to validate a release candidate. > >>> > >>> The vote will be open for at least 72 hours.