| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
- move GO111MODULE setting to the global scope (go modules are now stable)
- disable some tests:
- the first set run the docker command during them to set up an
integration environment
- the second set fails in docker for me, but not when ran outside of
it
- stop setting a custom cmd location, there's no need to do that
|
|
|
|
|
|
| |
Also:
- add binutils-gold to makedepends (nmeum says it's used on arm)
- disable test that's failing on ppc64le
|
| |
|
|
|
| |
Closes !62
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|