mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
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:
committed by
Marwan Sulaiman
parent
1fba36563f
commit
82ecff968f
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user