cossacklabs/acra

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/...

mnaza commented

acra is successfully tested on next versions of Go:
1.2.2
1.3
1.3.3
1.4
1.4.3
1.5
1.5.4
1.6
1.6.4
1.7
1.7.5
1.8

mnaza commented

Now tests for all go versions, downloadable from official site

time to make a table of oses, innit?

mnaza commented

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