Go/OS/Architecture compatibility table
gene-eu-zz opened this issue · 5 comments
Draft a table w/ Go version / OS / Architecture compatibility
will be perfect if in circleci we will setup several golang versions and run tests on each of supported by changing GOROOT.
we need just copy-paste current command cd $HOME && wget https://storage.googleapis.com/golang/go1.6.2.linux-amd64.tar.gz && tar xf go1.6.2.linux-amd64.tar.gz
and unpack each of them to different directories
than run tests like GOROOT=$HOME/go1.X go test -v $ACRA_IMPORT/...
Now tests for all go versions, downloadable from official site
time to make a table of oses, innit?
Was tested for:
Debian jessie x86_64: all go versions
Debian jessie i686: all go versions
CentOS 7(1611) x86_64: all go versions
CentOS 6.8 i386: all go versions