Closed crockeo closed 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:
gostats
1.17
1.18
go.mod
Also going through and fixing lint errors with 325decb so that this PR can be merged.
As per the Golang release policy:
gostats
doesn't need to support1.17
or1.18
anymore, so:go.mod
version to be1.18
to mark that we will need generics support in https://github.com/lyft/gostats/pull/158.Also going through and fixing lint errors with 325decb so that this PR can be merged.