ci: add more go versions for compatibility testing#134
ci: add more go versions for compatibility testing#134philippgille merged 1 commit intophilippgille:masterfrom
Conversation
Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
philippgille
left a comment
There was a problem hiding this comment.
Thanks!
Actually I think we should even remove the old Go versions, as they're not supported by the Go team anymore (i.e. not even getting security fixes anymore) so shouldn't be used by anyone. And even if some do, I think for us as maintainers of an open source library it's sensible to reduce the number of supported versions to the officially supported ones.
We can still be nice and not use the latest language features or stdlib additions, so older versions should still work, but we don't provide any guarantees.
But that can follow later as well, I'm just merging this for now.
absolutely agree 100% |
Signed-off-by: Boris Glimcher Boris.Glimcher@emc.com