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

feat(modules): Add go.mod for Go modules #16

Merged
merged 1 commit into from
Oct 26, 2019
Merged

feat(modules): Add go.mod for Go modules #16

merged 1 commit into from
Oct 26, 2019

Conversation

robinjoseph08
Copy link
Owner

What

  • use go v1.13.3
  • switch from dep to go modules
  • switch from gometalinter to golangc-lint
  • ignore bin directory since thats where all tools are now being installed into
  • build against multiple versions of go
  • add version badge to readme
  • change module path to github.com/robinjoseph08/go-pg-migrations/v2 to allow those who are not using go modules yet to keep using v1
  • pin to version v9 of go-pg, update all paths to use v9, and update some code for v9
  • update example dockerfile in readme to use go modules
  • add a tools.go

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

Successfully merging this pull request may close these issues.

1 participant