编译运行问题,不知道怎么处理?

运行的时候,报以下错误,不知道怎么处理?

localhost:beego majh$ go run main.go

# github.com/GoAdminGroup/themes/adminlte
../../../../../../pkg/mod/github.com/!go!admin!group/themes@v0.0.36/adminlte/adminlte.go:48:32: cannot use &Adminlte (type *Theme) as type "github.com/GoAdminGroup/go-admin/template".Template in argument to "github.com/GoAdminGroup/go-admin/template".Add:
        *Theme does not implement "github.com/GoAdminGroup/go-admin/template".Template (wrong type for GetTemplate method)
                have GetTemplate(bool) (*"html/template".Template, string)
                want GetTemplate(bool, ..."github.com/GoAdminGroup/go-admin/template".PageType) (*"html/template".Template, string)

@majh 尝试这个步骤:使用adm初始化GoAdmin项目