Skip to content

Commit b31918c

Browse files
authored
chore(identity): add !windows tag in run_proxy_unix.go (#14345)
In a recent change #14307 we split the proxy running logic in the identity wrapper. It turns out that _unix suffixes are not ignored for windows builds. Therefore, we add a build tag to the file to ignore it for windows specific builds. For context: golang/go#51572 Signed-off-by: Zahari Dichev zaharidichev@gmail.com
1 parent b2adbea commit b31918c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proxy-identity/run_proxy_unix.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !windows
2+
13
package main
24

35
import (

0 commit comments

Comments
 (0)