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
I'm personally not in a hurry to go 1.0 because I'm not super familiar with netns deep intricacies and work at a different day job that doesn't actually use this code. So I don't know enough to know if this API is solid or if it still needs a few tweaks.
That said, looking at the commit history, this library is pretty stable so I'd feel extremely comfortable using it in production (and did at a former employer).
As far as the go version, that's the "minimal" version of go that's required in order to import the library... unless/until we have a need, I don't see a point in bumping it...
To be clear, I'm totally fine with saying "practically as open source maintainers/bug fixers, we only promise to support the same versions of go that the core team supports" but there's no reason we need to enforce that at the code level until there's actually a change that we want to pull in that depends on new/changed behavior in newer versions of go.
wanted to check a couple of things
Any plans for releasing a stable 1.0 version?
want to update the go version as the one here is old.
finch is built on top of nerdctl and nerdctl depends on this package for network namespacing. so wanted to check if we can move to a stable version.
The text was updated successfully, but these errors were encountered: