@ -223,3 +223,4 @@ jobs:
echo "✓ Successfully copied ${{ matrix.variant }} to Docker Hub"
@ -90,3 +90,4 @@ jobs:
echo "| testuser | /sftp/testuser | Home directory only |" >> $GITHUB_STEP_SUMMARY
echo "| readonly | /public | Read-only |" >> $GITHUB_STEP_SUMMARY
@ -89,3 +89,4 @@ To debug test failures:
config.EnableDebug = true
```
@ -34,3 +34,4 @@
}
]
@ -204,3 +204,4 @@ func (q *CleanupQueue) OldestAge() time.Duration {
return time.Since(item.queueTime)
@ -368,3 +368,4 @@ func TestCleanupQueue_Concurrent(t *testing.T) {
_ = q.Len()