You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
Right now, we retain support for Go 1.7. The main pain point this causes is that we have a bunch of junk sorting types, just itching to be replaced by sort.Slice().
I'd like to replace these once we think it's safe to do so. One reasonable measure for "safe" could be the state of the RHEL repositories (or at least EPEL). CentOS seems to have 1.6, and RHEL none at all; EPEL has 1.7, assuming I'm doing that search right.
The text was updated successfully, but these errors were encountered:
I'd absolutely never depend on a distros version of golang unless you want to be sorely disappointed. I create a clean GOPATH and vendor my deps and use https://github.com/travis-ci/gimme to manage my golang versions.
As an ex-hatter this is how we managed our own non-containerized builds. For containerized builds, this just goes away...
Right now, we retain support for Go 1.7. The main pain point this causes is that we have a bunch of junk sorting types, just itching to be replaced by
sort.Slice()
.I'd like to replace these once we think it's safe to do so. One reasonable measure for "safe" could be the state of the RHEL repositories (or at least EPEL). CentOS seems to have 1.6, and RHEL none at all; EPEL has 1.7, assuming I'm doing that search right.
The text was updated successfully, but these errors were encountered: