-
Notifications
You must be signed in to change notification settings - Fork 452
Go 1.6 GO15VENDOREXPERIMENT #437
Comments
What version of godep ( Current version of godep will save to |
I use godep v58. |
Godep looks directly at the environment AND go version. If a Lines 69 to 88 in a62a914
Please see this if you are looking to move an existing Godeps workspace to vendor: https://github.com/tools/godep#migrating-to-vendor |
I see. I misinterpreted current code and verified v58 works correctly with go1.6. So sorry. |
Ah, my build machine is still on older godep. Thanks! After upgrading, I ran into this bug: #377, but Feel free to close this ticket. |
When using Go 1.6,
GO15VENDOREXPERIMENT
is not automatically set to 1.Expected:
godep
saves dependencies undervendor/
Result:
godep
is still saving dependencies underGodeps/_workspace
.The text was updated successfully, but these errors were encountered: