-
Notifications
You must be signed in to change notification settings - Fork 1.5k
unclear how to install cli on darwin-arm64 #490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For Go 1.16, try You're probably hitting this issue: #257 (comment) |
hm nah, thats unrelated. the current directory doesnt matter |
The current latest should be |
|
This worked for me:
|
@aep because Go 1.16 runs in module-aware mode by default, you could try to explicitly disable it to run in GOPATH mode:
Docs link: https://tip.golang.org/doc/go1.16#modules |
this one is worked for me on Windows 10 |
the instruction on https://github.com/golang-migrate/migrate/tree/master/cmd/migrate dont work
The text was updated successfully, but these errors were encountered: