You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opts:=&memongo.Options{
MongoVersion: "5.0.0",
}
ifruntime.GOARCH=="arm64" {
ifruntime.GOOS=="darwin" {
// Only set the custom url as workaround for arm64 macsopts.DownloadURL="https://fastdl.mongodb.org/osx/mongodb-macos-x86_64-5.0.0.tgz"
}
}
mongoServer, err:=memongo.StartWithOptions(opts)
I'm trying to use memongo for application testing on Apple M1 chipset. On running the test, it throws the following error:
The text was updated successfully, but these errors were encountered: