mirror of
https://github.com/distribution/distribution.git
synced 2025-09-17 23:59:57 +00:00
bump up golang version
upgrade go version to v1.18.8 Signed-off-by: Wang Yan <wangyan@vmware.com>
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
db1389e043
commit
70db3a46d9
@@ -114,9 +114,7 @@ func (r *registry) Repositories(ctx context.Context, entries []string, last stri
|
||||
return 0, err
|
||||
}
|
||||
|
||||
for cnt := range ctlg.Repositories {
|
||||
entries[cnt] = ctlg.Repositories[cnt]
|
||||
}
|
||||
copy(entries, ctlg.Repositories)
|
||||
numFilled = len(ctlg.Repositories)
|
||||
|
||||
link := resp.Header.Get("Link")
|
||||
|
Reference in New Issue
Block a user