Set GO111MODULE=on and use go mod vendor to fix Go 1.11/1.12 builds#118
Set GO111MODULE=on and use go mod vendor to fix Go 1.11/1.12 builds#118crosbymichael merged 1 commit intocontainerd:masterfrom
go mod vendor to fix Go 1.11/1.12 builds#118Conversation
d787681 to
173f5c3
Compare
Codecov Report
@@ Coverage Diff @@
## master #118 +/- ##
=======================================
Coverage 36.34% 36.34%
=======================================
Files 32 32
Lines 2102 2102
=======================================
Hits 764 764
Misses 1210 1210
Partials 128 128Continue to review full report at Codecov.
|
Signed-off-by: Phil Estes <[email protected]>
173f5c3 to
d0f61b7
Compare
go mod vendor to fix Go 1.11/1.12 builds
|
Seems like somewhere in the past 6 days using a mix of go.mod and |
|
LGTM @estesp its because we put the package inside GOPATH, and Either one of these things would have make things work:
I do prefer 1) for go modules project nowadays. |
|
LGTM |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #118 +/- ##
=======================================
Coverage 36.34% 36.34%
=======================================
Files 32 32
Lines 2102 2102
=======================================
Hits 764 764
Misses 1210 1210
Partials 128 128 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Phil Estes [email protected]