-
Notifications
You must be signed in to change notification settings - Fork 280
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
Standalone tool and tests broken on MacOS/golang1.8 #81
Comments
Found a workaround sql-migrate needs to be installed with these flags I think the issue was this commit: sql-migrate was exposed to this issue: UPDATE: Actually removing that commit did not fix the issue, so I'm not sure of the root cause, but building with |
Reading the issue, it seems that Go 1.8.1 fixes things. I'm running 1.8.3 and am not seeing issues. Could you give a newer Go a go? |
Yeah I was running go1.8, seems updating to 1.8.3 solved the issue. |
Cool, thanks! |
Trying to run the standalone client on MacOS does this:
Also running the tests in rubenv/sql-migrate fail
The culprit should be one of the last couple of commits, since I've been using this tool without issue for a while.
The text was updated successfully, but these errors were encountered: