Fix CI
babolivier opened this issue · 3 comments
babolivier commented
Currently the CI uses Go 1.8, which isn't supported by some linters anymore, and also makes some calls to Go's tool suite which aren't supported anymore.
This looks like a trivial thing to do, just needs to be done.
babolivier commented
According to alecthomas/gometalinter#590, gometalinter is being deprecated and needs to be replaced with golangci-lint.
ptman commented
this is probably fixed now
kegsay commented
It is.