Lee

Results 3 comments of Lee

> in the meantime, I was able to run the process in a Apple M1 chip using the parameter "-Dos.arch=x86_64" with the maven goals @Rigoberto-Vazquez thanks for this -- works...

@wonsikin Had the same error too. If you do `export GO111MODULE=on` before running `go get -v github.com/rubenv/sql-migrate/...` this fixes the issue.

@jotaro-biz here's a good writeup on what `export GO111MODULE=on` does. https://maelvls.dev/go111module-everywhere/