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

Switch from godep to dep; fix support for Golang 1.9 #27

Merged
merged 1 commit into from
Jun 14, 2018

Conversation

evanelias
Copy link
Contributor

Support for Golang 1.9 in Skeema has been broken, due to the master branch of transitive dep github.com/docker/docker now requiring Golang 1.10. By switching to Dep, the dependency chain should now work properly for Golang 1.9 due to github.com/docker/docker being pinned to an early commit.

Support for Golang 1.9 in Skeema has been broken since master branch of
transitive dep github.com/docker/docker now requires Golang 1.10. By switching
to Dep, the dependency chain should now work properly for Golang 1.9.
@evanelias evanelias merged commit 6266641 into master Jun 14, 2018
@evanelias evanelias deleted the dep-golang-19 branch June 14, 2018 18:49
@coveralls
Copy link

Pull Request Test Coverage Report for Build 55

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 84.009%

Totals Coverage Status
Change from base Build 52: 0.0%
Covered Lines: 1802
Relevant Lines: 2145

💛 - Coveralls

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.

2 participants