Closed smola closed 6 years ago
Shall me add make upgrade
to Makefile
to upgrade go-git
for borges (like we did with gitbase and mysql)?
The problem is that the latest release of go dep has a different lock file output. There's already a CI PR to install only releases instead of master as the output files were changed in master from time to time:
Meanwhile I would update lock file with the latest go dep version.
So I hope this can be closed
I would leave it open until the CI changes are made an we use only releases instead of master
.
Sanity checks for non-changed files fail on Travis master. This might require pinning
go dep
to the latest release instead of using master withgo git
, just as we did in other projects.https://travis-ci.org/src-d/borges/jobs/413710734