go recently received a security upgrade to 1.12.8 (f4894bf9) this
upgrade fixes various CVEs in go standard libraries, for instance in
HTTP/2 functionality. Since go is statically linked packages using this
functionality need to be rebuild.
During build, the following error occurs:
> # github.com/whyrusleeping/gx/vendor/github.com/minio/sha256-simd
> vendor/github.com/minio/sha256-simd/sha256block_other.go:26:6: block redeclared in this block
> previous declaration at vendor/github.com/minio/sha256-simd/sha256block_noasm.go:21:29