mirror of https://github.com/helm/helm
fix windows build failure caused by #8431
No longer using the 'syscall' package, as further reading into this issue has shown that 'syscall' is deprecated/locked down. Additional issues posted on Golang's github indicates that the newer preferred mechanism to get the file descriptor for stdin is: int(os.Stdin.Fd()) Signed-off-by: Jack Weldon <jack.weldon.scm@gmail.com>pull/8432/head
parent
0f43a819c5
commit
7ba8343b8d
Loading…
Reference in new issue