cmd/rootlessport: add missing linux build tags

This amends commit 772ead253 ("Use simulated dual-stack binds when using WSL")
which started using linux tag but not for all files.

Alas, this breaks ginkgo run on Windows, so add an exclusion.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-03-29 23:32:40 -07:00
parent 061e1a17a9
commit c860e67884
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
//go:build linux
package main
import (

View File

@ -1,3 +1,5 @@
//go:build linux
package main
import (