lyft / gostats

Go client for Stats
Other
56 stars 18 forks source link

target only upstream supported versions of Go #159

Closed crockeo closed 1 year ago

crockeo commented 1 year ago

As per the Golang release policy:

Each major Go release is supported until there are two newer major releases.

gostats doesn't need to support 1.17 or 1.18 anymore, so:

Also going through and fixing lint errors with 325decb so that this PR can be merged.