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
Depending on go >= 1.16 version will add glibc >= 2.32 as dependency, which is not available on older distros (due to pthread_sigmask)
On our case, we're compiling with go1.15 to workaround this problem (we don't offer a compilation/package of opensnitch per distribution). For now we'll use nftables@76ed01e
No at this point, we depend on libnetfilter_queue. For now it's not a problem, unless there's an important bug fix that we'd have to apply. In such case I'll offer 2 packages, for old distros and new distros.
Trying to use
nftables
in a Go workspace causes the following warning/error (for instance, when working with VSCode and the official go add-on):Is there something blocking upgrading the
go.mod
to 1.17 or 1.18?The text was updated successfully, but these errors were encountered: