zorkian / go-datadog-api

A Go implementation of the Datadog API.
BSD 3-Clause "New" or "Revised" License
183 stars 156 forks source link

Broken Go 1.7 and 1.8 builds #189

Closed nyanshak closed 6 years ago

nyanshak commented 6 years ago

Travis CI builds fail because golint no longer supports Go 1.7 and 1.8. Technically 1.9 is no longer supported, but still works. See golint release policy.

Proposed fixes:

I propose following option 2 (drop 1.7 / 1.8). In addition, I suggest we follow the Go release policy and support only the last two major releases (1.10 and 1.11).

I'll raise a PR to change the builds based on the decision in this thread.

cc @zorkian / @yfronto

ghost commented 6 years ago

I'm okay dropping 1.7 and 1.8 from the tests.

nyanshak commented 6 years ago

191 merged to fix this