Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netlink: drop support for Go 1.11 and below at Go 1.15 release #170

Closed
mdlayher opened this issue Jun 11, 2020 · 2 comments · Fixed by #173
Closed

netlink: drop support for Go 1.11 and below at Go 1.15 release #170

mdlayher opened this issue Jun 11, 2020 · 2 comments · Fixed by #173
Labels

Comments

@mdlayher
Copy link
Owner

Go 1.12 was released in February 2019, and enabled us to integrate with the runtime network poller for deadline and SyscallConn support.

With Go 1.15 on the horizon, I'd like to officially drop support for Go 1.11 and below when I tag v1.2.0. This means that I will incorporate the few minor changes since v1.1.0 in a v1.1.1, but that version will be the last to support Go 1.11 and below.

I understand some users are stuck on LTS versions of Go shipped with their operating systems, but they will still be able to use v1.1.1 indefinitely until they can upgrade. The Go project policy is to only support the latest two versions of Go, which as of 1.15 would be 1.14 and 1.15. I think it's time to make a clean break and remove a lot of build tag shims.

@mdlayher
Copy link
Owner Author

I'm a little surprised nobody has mentioned anything about this yet. I take it this means that it's a good idea!

@mdlayher
Copy link
Owner Author

v1.1.1 has been tagged. Now I'll start removing support for Go 1.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant