Open
Description
when I try to perform any action using gorm-cli that throws this error to me
gorm-cli db:create_migration create_user
panic: Open plugin filed. (plugin.Open("./database/migration/.plugins/connection"): plugin was built with a different version of package gorm.io/gorm/clause) goroutine 1 [running]: github.com/iKala/gorm-cli/migrate.NewDB() /Users/thunder/go/pkg/mod/github.com/i!kala/gorm-cli@v0.0.0-20231019125029-0936e0e62ebc/migrate/init_db.go:11 +0x9c main.main() /Users/thunder/go/pkg/mod/github.com/i!kala/gorm-cli@v0.0.0-20231019125029-0936e0e62ebc/main.go:153 +0xa98
also tried to run the gorm-cli db init using following command but same issue happen
GOOS="darwin" GOARCH="arm64" gorm-cli db:init
go version go1.21.4 darwin/arm64
Metadata
Metadata
Assignees
Labels
No labels