mechanical: fix lint errors

Upgraded golangci-lint, some new errors appeared.

Signed-off-by: Casey Callendrello <c1@caseyc.net>
This commit is contained in:
Casey Callendrello
2025-04-02 15:38:41 +02:00
parent a8d8d0488c
commit 282f0a4f6e
6 changed files with 15 additions and 17 deletions

View File

@@ -38,7 +38,7 @@ var _ = Describe("Link", func() {
var (
hostNetNS ns.NetNS
containerNetNS ns.NetNS
ifaceCounter int = 0
ifaceCounter = 0
hostVeth net.Interface
containerVeth net.Interface
hostVethName string