src-d / borges

borges collects and stores Git repositories.
https://docs.sourced.tech/borges/
GNU General Public License v3.0
52 stars 20 forks source link

Use go 1.10 to build binaries #298

Closed jfontan closed 6 years ago

jfontan commented 6 years ago

Use go 1.10 to generate binaries.

Do not merge until just before a new release is done so all other 0.16.x releases use the same go version.

smola commented 6 years ago

You can add go: 1.10.x to the deploy section to ensure that deployment is not done with tip.

jfontan commented 6 years ago

Rebased and added the version to travis deployment section.