| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Also, remove conflict with midnight commander by applying the recommend
resolution[1] and renaming the binary to mcli.
[1]: https://github.com/minio/mc/blob/master/CONFLICT.md
|
|
|
|
|
|
| |
Significant changes:
- Now that we are on go 1.13, enabling go111modules isn't needed
- With full go111modules support GOPATH is mostly there for caching
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Also:
- re-enable tests
- disable the specific set that's failing
It's not particularly trivial in Go, you basically have to filter out
the name.
This passes in my environment though.
|
| |
|
|
|
|
|
|
|
|
| |
Also:
1. Set an explicit name for the archive, to avoid potential collisions
with testing/minio.
2. Add "net" to options to allow for rootbld builds.
Closes GH-8918
|
| |
|
|
|
| |
Closes GH-8672
|
|
|
| |
Closes GH-8280
|
|
|
|
| |
Closes: GH-8026
|
|
A client for MinIO usage and administration.
Closes GH-7888
|