Correct issue with continuation token failures on deploy (#1415)

* Add working image for minio

Between RELEASE.2019-09-26T19-42-35Z and RELEASE.2019-10-02T21-19-38Z
there's an issue with continuation tokens that's caused #1414 and #1413
to fail.

Signed-off-by: Chris M <me@christophermills.co.uk>

* Undo docker changes, update minio to v6

* Narrow issue down to catalog compliance test

Signed-off-by: Chris M <me@christophermills.co.uk>
This commit is contained in:
Chris Mills
2019-10-08 20:54:20 +00:00
committed by Marwan Sulaiman
parent 1fba36563f
commit 82ecff968f
7 changed files with 34 additions and 122 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"github.com/gomods/athens/pkg/config"
"github.com/gomods/athens/pkg/errors"
"github.com/gomods/athens/pkg/storage"
minio "github.com/minio/minio-go"
minio "github.com/minio/minio-go/v6"
)
type storageImpl struct {