Skip to content

1.0.5

Choose a tag to compare

@alexei-led alexei-led released this 13 Mar 17:33
· 77 commits to master since this release
9059a92

Bug Fixes

  • Fix golangci-lint 2.11+ checks (gosec G118, nolintlint) (#306)
    • Move defer cancel() inside goroutines so each goroutine owns its context lifecycle
    • Fix pre-existing closure capture bug in iptables/loss.go where ctx was reassigned each iteration but captured by closure
    • Remove stale //nolint:revive directive on pkg/util/util.go