[go] issues when using one cgo-compiled module

I have a golang module called github.com/keltia/archive that use a GPGME library to decrypt GPG files. I managed to get the right apt packages loaded at build time but compilation fails with the messages below. It only happen during Travis builds, everything works fine otherwise. Any idea? Is this due to something in Travis support for CGO programs?

Any help is welcome, all my builds fail right now :frowning:

See: https://travis-ci.org/keltia/archive/jobs/440134559 for an example.