Skip to content
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

Getting error - "no buildable Go source files" in golang-migrate/migrate/database/postgres #68

Closed
aayush2610 opened this issue Jun 27, 2018 · 3 comments

Comments

@aayush2610
Copy link

aayush2610 commented Jun 27, 2018

I have included "github.com/golang-migrate/migrate" in Gopkg.toml but strangely getting this error on build.

@aebie
Copy link

aebie commented Jun 27, 2018

I opened a similar issue today and it was caused by my go version of 1.8. the postgres.go file required go 1.9

@dhui
Copy link
Member

dhui commented Jun 27, 2018

@aayush2610 how are you building your project or the CLI?

For reference, here's @aebie's issue: #67

@aayush2610
Copy link
Author

Thanks @aebie and @dhui this helps!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants