src-d / enry

A faster file programming language detector
https://blog.sourced.tech/post/enry/
Apache License 2.0
460 stars 51 forks source link

CI: workaround for incompatible compiler release binary #222

Closed bzz closed 5 years ago

bzz commented 5 years ago

Instead of full distro update to get newer compiler https://github.com/src-d/enry/pull/221 - fix last known good go release versions on CI.

This will un-block the next, before-modules release.

.x go version will be restored as soon as both new 1.11 and 1.12 are released https://github.com/src-d/enry/pull/221#issuecomment-481406314

bzz commented 5 years ago

@creachadair all feedback addressed, ready for another round!