We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dca5ea commit 229c58eCopy full SHA for 229c58e
CHANGELOG.md
@@ -1,9 +1,17 @@
1
# CHANGELOG
2
3
-## Unreleased
+## v1.7.0
4
+
5
+**This is the first release of package netlink that only supports Go 1.18+.
6
+Users on older versions of Go must use v1.6.2.**
7
8
+- [Improvement]: drop support for older versions of Go so we can begin using
9
+ modern versions of `x/sys` and other dependencies.
10
11
## v1.6.2
12
13
+**This is the last release of package netlink that supports Go 1.17 and below.**
14
15
- [Bug Fix] [commit](https://github.com/mdlayher/netlink/commit/9f7f860d9865069cd1a6b4dee32a3095f0b841fc):
16
undo update to `golang.org/x/sys` which would force the minimum Go version of
17
this package to Go 1.17 due to use of `unsafe.Slice`. We encourage users to
0 commit comments