goravel / goravel

A Golang framework for web artisans. Tribute to Laravel.

Home Page:https://goravel.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐛 [Bug] Minio does not implement filesystem.Driver

rymesaint opened this issue · comments

Before feedback (在反馈之前)

  • I've searched the existing Issues, Discussions and Google (我已经搜索了现有的 Issues, Discussions 和 Google)
  • The problem can be stably reproduced (这个问题可以被稳定复现)
  • The problem is generated after upgrading (问题是在升级之后产生的)

Operating System (操作系统)

Windows

Golang Version (Go 版本)

1.21.x

Goravel Version (Goravel 版本)

1.13.8

Describe The Problem (描述问题)

After upgrading to 1.13.8 the goravel/minio get an error like this "cannot use driver (variable of type *Minio) as filesystem.Driver value in return statement: *Minio does not implement filesystem.Driver (missing method GetBytes)"

Reproduction Code (复现代码或截图)

No response

try go get -u github.com/goravel/minio

Yes, upgrade goravel/minio to v1.1.2.