matrix-org / gomatrix

A Golang Matrix client
Apache License 2.0
285 stars 53 forks source link

Fix CI #59

Closed babolivier closed 3 years ago

babolivier commented 5 years ago

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 5 years ago

According to https://github.com/alecthomas/gometalinter/issues/590, gometalinter is being deprecated and needs to be replaced with golangci-lint.

ptman commented 4 years ago

this is probably fixed now

kegsay commented 3 years ago

It is.