nemith / netconf

NETCONF implementation in Go.
Other
29 stars 7 forks source link

support only the go1.19 and go1.20 #56

Closed nemith closed 1 year ago

nemith commented 1 year ago

Go itself only provides suppport for the latest two versions. This library is going to match that to focus on just Go 1.19 and Go 1.20. When Go1.21.0 is released this fall we will drop support for Go1.19, etc.

This really just updates the documentation and the versions we tests against in CI.